cloudstack-kubernetes-provider icon indicating copy to clipboard operation
cloudstack-kubernetes-provider copied to clipboard

[OLD] Changing from TCP to TCP Proxy doesn't work

Open onitake opened this issue 6 years ago • 3 comments

Moved from: https://github.com/swisstxt/cloudstack-cloud-controller-manager/issues/8

I tried changing from TCP to TCP-Proxy (with annotation). service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol: enabled

Trying this ensuring the loadbalancer failed with:

"Error creating load balancer (will retry): failed to ensure load balancer for service kube-system/traefik-ingress-service: error creating load balancer rule a9a6465af03a211e9886a02001c1a00c-tcp-proxy-80: CloudStack API error 537 (CSExceptionErrorCode: 9999): The range specified, 80-80, conflicts with rule 37282 which has 80-80*

Likely the API Call "create" is called and not "edit".

onitake avatar Sep 20 '19 08:09 onitake

@joschi36 can you test if this bug still occurs? I think we fixed it with all the changes in #9 , but I'm not completely sure.

onitake avatar Sep 24 '20 14:09 onitake

No, this is still an issue. I've just verified: Warning SyncLoadBalancerFailed 9s (x2 over 15s) service-controller Error syncing load balancer: failed to ensure load balancer: error creating load balancer rule a84f70cd744c54e8eb99ebd6c24c7c2b-tcp-proxy-123: CloudStack API error 537 (CSExceptionErrorCode: 9999): The range specified, 123-123, conflicts with rule 68496 which has 123-123

joschi36 avatar Apr 20 '21 14:04 joschi36

I'm not sure how we can address this... Maybe we should just put a comment in the readme for now.

onitake avatar Apr 29 '21 11:04 onitake