You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Add annotation
service.beta.kubernetes.io/qingcloud-load-balancer-eip-source: "auto"
to servicekubesphere-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 addservice.beta.kubernetes.io/qingcloud-load-balancer-eip-source: "auto"
manually to become an available LoadBalancer service.The text was updated successfully, but these errors were encountered: