Skip to content
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

[Bug]: Updating instancepool-id does not update the load balancer service #95

Open
Sapd opened this issue Oct 1, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@Sapd
Copy link

Sapd commented Oct 1, 2024

Current Behavior

When editing an existing LoadBalancer service, and adjusting the instancepool id from one instacepool to another (to change it), the CCM writes "ensuring load balancer" but however does nothing.

service.beta.kubernetes.io/exoscale-loadbalancer-service-instancepool-id

It does not matter for that bug whether the load balancer is external or not. It occurs for both.

It works when one manually deletes the service inside the NLB before changing the annotation.

Expected Behavior

It should update

Steps To Reproduce

  1. Create a load balancer with
    service.beta.kubernetes.io/exoscale-loadbalancer-service-instancepool-id: "A"
  2. Wait until its ensured and see that it points to the instance pool with the ID A
  3. Change it to
    service.beta.kubernetes.io/exoscale-loadbalancer-service-instancepool-id: "B"
  4. See that it still points to A

CCM Version

v0.30.0

Kubernetes version

v1.31.0

Relevant log output

Ensured load balancer
@Sapd Sapd added the bug Something isn't working label Oct 1, 2024
@pierre-emmanuelJ
Copy link
Member

Thanks for your issue, we are trying to reproduce it internally, to be able to have a patch, thanks for your issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants