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 happened:
If a service was previously of type LoadBalancer, then was switched to another type (for instance NodePort) and the service is switched again to LoadBalancer : the LoadBalancer fails to be created because the LoadBalancer cannot be found (based on the ID from the annotations).
What you expected to happen:
The LoadBalancer should be created without any issue
How to reproduce it:
create a svc of type LoadBalancer
wait for the LB to be ready
switch the svc to ClusterIP or NodePort
wait for the LB to be deleted
switch against the svc to LoadBalancer
It does not work because there are these annotations remaining:
Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug
What happened:
If a service was previously of type LoadBalancer, then was switched to another type (for instance NodePort) and the service is switched again to LoadBalancer : the LoadBalancer fails to be created because the LoadBalancer cannot be found (based on the ID from the annotations).
What you expected to happen:
The LoadBalancer should be created without any issue
How to reproduce it:
Environment:
The text was updated successfully, but these errors were encountered: