Zhengyi Lai
Zhengyi Lai
> PortLB use the same port as LB service declares? Yes > what if the ports on the nodes have already been used..? 8000 or 8080 etc are popular ports....
> Should we open a new repo to do this? To make the project easier to collaborate frontend and backend, we can put it all together like [k8s dashboard](https://github.com/kubernetes/dashboard) .
/assign @Tanmoy741127
> @zheng1 assign this issues to me please @felix0080 done
/cc @FeynmanZhou
/assign @duanjiong
Here is some good first issue: https://github.com/kubesphere/porterlb/issues/187 https://github.com/kubesphere/porterlb/issues/180 https://github.com/kubesphere/porterlb/issues/151
@zhou1203 Thank you for your feedback. This requirement is still under discussion, we will reply after we discuss it tomorrow afternoon.
OpenStack和VMware的插件目前还未开发。如果有兴趣贡献代码,可以参考这个文档: https://openpitrix.io/docs/v0.4/zh-CN/contribution/implementing-new-plugin
```proto message DescribeUsersRequest { google.protobuf.StringValue search_word = 1; uint32 limit = 2; uint32 offset = 3; google.protobuf.StringValue sort_key = 5; google.protobuf.BoolValue reverse = 6; repeated string user_id = 7; }...