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

dashboard breaks when --apiserver-host is set to an https address #72

Closed
DorianGray opened this issue Mar 7, 2016 · 4 comments
Closed

Comments

@DorianGray
Copy link
Contributor

Get https://10.0.0.1/api/v1/replicationcontrollers: x509: failed to load system roots and no roots provided

It looks like the docker image for the dashboard isn't provisioned with a system level cacert and go is getting mad that it can't find -any- certificates on the host.

@luxas
Copy link
Owner

luxas commented Mar 7, 2016

This works, when there are Service Accounts, with #69 there are not, and that's the problem.

@DorianGray
Copy link
Contributor Author

ah...got it.

@DorianGray DorianGray reopened this Mar 8, 2016
@DorianGray DorianGray reopened this Mar 8, 2016
@DorianGray
Copy link
Contributor Author

It looks like I have service accounts working now, but the issue persists. The dashboard image seems to be missing a root cert.

@DorianGray
Copy link
Contributor Author

nvm, I'm an idiot. It works fine.

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

No branches or pull requests

2 participants