Search code examples
kubernetestraefik-ingress

Exposing traefik v2 dashboard on local k8s cluster does not work properly


I am currently setting up traefik v2 with helm 3 on a local k8s cluster with docker-desktop and I encountered a problem with exposing the traefik dashboard with an ingress route. I think this could be related to the problem that the EXTERNAL-IP of the traefik service remains pending. Has anyone an idea for resolving the problem?

For further information please check out the question on TraefikLabs: My Question on TraefikLabs


Solution

  • For external-ip being pending. Wait for your local k8s to be fully up and running first. especially coredns (or any CNI) pods must be health. Check this github.com/rancher/k3os/issues/208