-
i have deploy loxilb.yaml and kube-loxilb.yaml and my pods are running fine when i see through kubectl get po 1 loadbalancer.go:2357] loxilb-lb(10.10.19.69): set-role-master(llb-inst0:true) - OK "Error syncing LoadBalancer {default amf-loxilb-service}, requeuing. Error: no active endpoints" So getting error no active endpoints for amf-loxilb-service |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
Hello. First, check whether your K8s node has the following label: If the node does not have that label but you’re still encountering the same error, please share the YAML file for the amf-loxilb-service you created. I'll take a look at it. |
Beta Was this translation helpful? Give feedback.
Hello.
The LoadBalancer service uses a Nodeport as its endpoint.
First, check whether your K8s node has the following label:
node.kubernetes.io/exclude-from-external-load-balancers
.If the node has that label, remove it.
Any node with that label is excluded from the endpoints.
If the node does not have that label but you’re still encountering the same error, please share the YAML file for the amf-loxilb-service you created. I'll take a look at it.