Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kubernetes Ingress backend: using self-signed certificates #486

Closed
mapolone opened this issue Jun 28, 2016 · 3 comments
Closed

Kubernetes Ingress backend: using self-signed certificates #486

mapolone opened this issue Jun 28, 2016 · 3 comments

Comments

@mapolone
Copy link

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.

@errm
Copy link
Contributor

errm commented Jun 29, 2016

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.

@discordianfish
Copy link
Contributor

@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.

@mapolone
Copy link
Author

mapolone commented Dec 3, 2016

@discordianfish and @errm thank you! It's working now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants