-
Notifications
You must be signed in to change notification settings - Fork 268
ManagedAPIServerLoadBalancer flag doesn't work as expected #974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think there are three occurencies where the
We have to adjust the code to only call |
/help |
@chrischdi: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
in addition, we need disable when doing CI without LB case, thus, we should be able to find this issue early |
Just adding my 2 cents in this thread, this is a regression comparing with the CAPO v0.3.3, since we were able to have a Cluster API deployed without LB and then creating an external LB object. I believe that we should keep the same behavior as we had before. |
/kind bug
What steps did you take and what happened:
We don’t have loadbalancer in our Openstack installation. If I set
ManagedAPIServerLoadBalancer: false
to disable load balancer usage I see an errorfailed to create load balancer service client: No suitable endpoint could be found in the service catalog.
in logs and reconciliation fails.What did you expect to happen:
I expected to see successful reconciliation without load balancer errors. I think that if I set
ManagedAPIServerLoadBalancer: false
, controller shouldn’t try to create loadBalancerService.Anything else you would like to add:
Discussion in slack: https://kubernetes.slack.com/archives/CFKJB65G9/p1628930844032400
Environment:
kubectl version
): v1.21.1/etc/os-release
): 20.04.2 LTS (Focal Fossa)The text was updated successfully, but these errors were encountered: