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 created a LB using a k8s service definition, however, if i set the annotation "service.beta.kubernetes.io/vultr-loadbalancer-healthcheck-port" CCM complains about missing port in the service, even if it is set.
"Event occurred" object="ingress-nginx/ingress-nginx-lb-service" fieldPath="" kind="Service" apiVersion="v1" type="Warning" reason="SyncLoadBalancerFailed" message="Error syncing load balancer: failed to ensure load balancer: provided health check port 10254 does not exist for service ingress-nginx/ingress-nginx-lb-service"
But like you can see in this service definition, that port is configured
As workaround i now use TCP and the k8s standard port (which is in fact simply the Node port which is mapped to nginx port 80) but this is not a reliable configuration
The text was updated successfully, but these errors were encountered:
I created a LB using a k8s service definition, however, if i set the annotation "service.beta.kubernetes.io/vultr-loadbalancer-healthcheck-port" CCM complains about missing port in the service, even if it is set.
"Event occurred" object="ingress-nginx/ingress-nginx-lb-service" fieldPath="" kind="Service" apiVersion="v1" type="Warning" reason="SyncLoadBalancerFailed" message="Error syncing load balancer: failed to ensure load balancer: provided health check port 10254 does not exist for service ingress-nginx/ingress-nginx-lb-service"
But like you can see in this service definition, that port is configured
As workaround i now use TCP and the k8s standard port (which is in fact simply the Node port which is mapped to nginx port 80) but this is not a reliable configuration
The text was updated successfully, but these errors were encountered: