What would you like to be added:
Add annotation service.beta.kubernetes.io/qingcloud-load-balancer-eip-source: "auto" to service kubesphere-system/tower after enable multicluster module.
Why is this needed:
KubeSphere will create a Loadbalancer service tower for incoming member cluster join requests, but it will always be a pending state in QKE. That's because it's missing necessary annotations. Now, users have to add service.beta.kubernetes.io/qingcloud-load-balancer-eip-source: "auto" manually to become an available LoadBalancer service.
What would you like to be added:
Add annotation
service.beta.kubernetes.io/qingcloud-load-balancer-eip-source: "auto"to servicekubesphere-system/towerafter enable multicluster module.Why is this needed:
KubeSphere will create a Loadbalancer service
towerfor incoming member cluster join requests, but it will always be a pending state in QKE. That's because it's missing necessary annotations. Now, users have to addservice.beta.kubernetes.io/qingcloud-load-balancer-eip-source: "auto"manually to become an available LoadBalancer service.