cloudstack-kubernetes-provider
cloudstack-kubernetes-provider copied to clipboard
[OLD] Changing from TCP to TCP Proxy doesn't work
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".
@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.
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
I'm not sure how we can address this... Maybe we should just put a comment in the readme for now.