You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a self-signed certificate for connection towards Kubernetes Ingress backend.
I can't use it even if added on system with update-ca-certificates (CoreOS).
Adding in Kubernetes section the following line: insecureskipverify = true
does not work either.
The text was updated successfully, but these errors were encountered:
are you running traefik in a kubernetes pod? If you do that you shouldn't have to do anything by default as kubernetes will inject the correct ca and token into the container so traefik can connect to the kubernetes api.
@mapolone Had the same issue, try running kubectl get serviceAccounts, does this return default with a secret? If not, check if your controller-manager is running.
I've created a self-signed certificate for connection towards Kubernetes Ingress backend.
I can't use it even if added on system with update-ca-certificates (CoreOS).
Adding in Kubernetes section the following line:
insecureskipverify = true
does not work either.
The text was updated successfully, but these errors were encountered: