[BUG] Newer version of traefik doesn't work with k3d #634
Unanswered
rohitsakala
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi @rohitsakala , thanks for starting this discussion! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What did you do
How was the cluster created?
k3d cluster create --k3s-server-arg --disable --k3s-server-arg traefik
What did you do afterwards?
Install epinio which installs
traefik
2.3.3 as one of the components.What did you expect to happen
epinio
creates aningress
withingress.class=traefik
and uses a tls secret which has a self-sgined certificate fromcert-manager
component installed byepinio
.So, when I do a curl to
https://epinio.192.168.99.3.omg.howdoi.website
from outside the cluster, it works.When I do a curl after exec into a pod (inside the kube cluster), it fails with this error
When I run
k3d cluster create
, which uses the old version oftraefik
1.7.19, it works perfectly. But, when I use the latest version oftraefik
2.3.3, it fails. Also, all versions oftraefik
work fine inminikube
andkind
.Screenshots or terminal output
I tried using
openssl s_client
and I get the following output which is not so helpful for meWhich OS & Architecture
Which version of
k3d
Which version of docker
docker version
docker info
Beta Was this translation helpful? Give feedback.
All reactions