-
Notifications
You must be signed in to change notification settings - Fork 85
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
Comments
This works, when there are Service Accounts, with #69 there are not, and that's the problem. |
ah...got it. |
It looks like I have service accounts working now, but the issue persists. The dashboard image seems to be missing a root cert. |
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
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.
The text was updated successfully, but these errors were encountered: