Hi,
I'm currently trying to setup a LoadBalancer to expose IP for my
kuberetes dashboard. I used traefik ingress controller for the LoadBalancer
service. I Found this warning message:
Warning  SyncLoadBalancerFailed  7h (x8 over 7h10m)  service-controller
Error syncing load balancer: failed to ensure load balancer: could not find
network

Currently the state of the traefik service is pending:
skripsi@cloudstack:~$ kubectl --kubeconfig kube.conf get services
--all-namespaces
NAMESPACE              NAME                        TYPE
 CLUSTER-IP       EXTERNAL-IP   PORT(S)                      AGE
default                traefik                     LoadBalancer
 10.103.78.34     <pending>     80:31419/TCP,443:32355/TCP   24m

I deployed the traefik ingress controller with this command:
kubectl apply -f
https://raw.githubusercontent.com/apache/cloudstack-kubernetes-provider/main/traefik-ingress-controller.yml

This is my first time with kubernetes. thank you.

Regards,
Raihan

Reply via email to