-
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
Cannot configure apiserver URL #484
Comments
Specify |
Thank you @bryk . It worked. |
pease @marcolenzo can you describe how did you solve the probleme. actually i run kubernetes on mesos and and the dashbord dont work
if the solution is to modify --apiserver-host=http://my-address:port how can i do that, and in wich port please ? |
@SimoTabtaoui How do you install the UI? There's the YAML install file that you can use in |
very big thanks @bryk . It worked. |
I am instantiating the kubernetes dashboard as described in the README.md.
However when looking at the dashboard I am notified that a 500 error occured:
When looking at the logs of the pod I can see the following:
My environment consist of a master and 2 nodes setup on CentOS7. I am running the very latest version of Kubernetes (i.e. v1.2.0-alpha.8)
Kubectl is set properly on all nodes as the cluster-info shows:
How can I tell the dashboard where the apiserver resides? I'd like to have the option to do so passing some parameter to its container. Compiling the entire thing doesn't seem as a viable option.
The text was updated successfully, but these errors were encountered: