-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Can't open dashboard on public IP #620
Comments
This is most likely a problem with your configuration. I.e., you have invalid certificates. Take a look at the issue and tell us whether this helps: #374 |
I have been in there for a while, tried all the solutions mentioned there ,
|
Crash if cannot get server version from initial request. Fail with verbose error message. Parially addresses: kubernetes#620
@bryk can you recommend another way to deploy it, rather than the getting started scrips? |
To Azure? I don't know, I'm not expert in this matter. I know, however, that hack/local-up-cluster.sh config works with Dashboard. See https://github.com/kubernetes/kubernetes/blob/master/hack/local-up-cluster.sh |
Closing. Please reopen if needed. |
Issue details
I can't access the dashboard running on
Get https://:443/api/v1/replicationcontrollers: x509: failed to load system roots and no roots provided
Environment
CoreOS on Azure
using the getting-started scripts
Steps to reproduce
using the kubernetes-dashboard.yml file on the repo
just edited the - --apiserver-host=https://:443
Observed result
Internal Server Error (500)
Get https://40.68.221.132:443/api/v1/replicationcontrollers: x509: failed to load system roots and no roots provided
Comments
The text was updated successfully, but these errors were encountered: