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
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".
The text was updated successfully, but these errors were encountered:
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
Moved from: swisstxt/cloudstack-cloud-controller-manager#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".
The text was updated successfully, but these errors were encountered: