dusansusic/kubernetes-traefik

Does not work with :latest; field not found, node: entryPoint

Closed this issue · 2 comments

Heya,

traefik       traefik-ingress-controller-5d96649bb7-v5q4b   0/1     Error               4          114s   10.32.0.3    kuber-03.local   <none>           <none>
traefik       traefik-ingress-controller-5d96649bb7-v5q4b   0/1     CrashLoopBackOff    4          116s   10.32.0.3    kuber-03.local   <none>           <none>
traefik       traefik-ingress-controller-5d96649bb7-v5q4b   0/1     Error               5          3m29s   10.32.0.3    kuber-03.local   <none>           <none>
traefik       traefik-ingress-controller-5d96649bb7-v5q4b   0/1     CrashLoopBackOff    5          3m31s   10.32.0.3    kuber-03.local   <none>           <none>
traefik       traefik-ingress-controller-5d96649bb7-v5q4b   0/1     Running             6          6m20s   10.32.0.3    kuber-03.local   <none>           <none>
traefik       traefik-ingress-controller-5d96649bb7-v5q4b   0/1     Error               6          6m21s   10.32.0.3    kuber-03.local   <none>           <none>
❯ k logs traefik-ingress-controller-5d96649bb7-v5q4b -n traefik
2020/04/06 21:01:45 command traefik error: field not found, node: entryPoint

To fix this, one must change

      - image: traefik

to

      - image: traefik:1.7

in kubernetes-traefik/deployment.yaml file.

Might be good idea to update that line.

Found some info on this particular error here traefik/traefik#5135

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale commented

This issue has been automatically closed because of inactivity.