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

WWW / UI does not work #8043

Closed
rimusz opened this issue May 10, 2015 · 11 comments
Closed

WWW / UI does not work #8043

rimusz opened this issue May 10, 2015 · 11 comments
Labels
priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery.

Comments

@rimusz
Copy link
Contributor

rimusz commented May 10, 2015

WWW/UI does not open on port 8001.
Any there any options need to be enabled on API Server?

@rimusz rimusz changed the title WWW / /UI WWW / UI does not work May 10, 2015
@yllierop
Copy link
Contributor

@rimusz I'm able to get it working with the following command: hack/local-up-cluster.sh then visiting http://127.0.0.1:8080/static/app/#/dashboard/ in my web browser. I just tried it again as of commit a442918

What seems to be the issue that you're facing?

@rimusz
Copy link
Contributor Author

rimusz commented May 10, 2015

I use CoreOS+Kubernetes, let me check via that link

@rimusz
Copy link
Contributor Author

rimusz commented May 10, 2015

@preillyme cool, that works.
I think the www doc should be more clear how to use it.

@yllierop
Copy link
Contributor

@rimusz yeah I completely agree. I'm working to make the documentation cleaner. Thanks for reporting your issue.

@rimusz
Copy link
Contributor Author

rimusz commented May 10, 2015

@preillyme no worries. I will update my App https://github.com/rimusz/coreos-osx-gui-kubernetes-cluster with the new UI link, will stop using docker container for UI.

@rimusz
Copy link
Contributor Author

rimusz commented May 10, 2015

so we can close this one I think

@yllierop
Copy link
Contributor

@rimusz Okay sounds good.

@nikhiljindal nikhiljindal added the sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. label May 11, 2015
@nikhiljindal
Copy link
Contributor

@preillyme : Do you have a separate issue for updating the documentation or do you want to use this one?

@nikhiljindal nikhiljindal added the priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. label May 12, 2015
@JeanMertz
Copy link

will stop using docker container for UI

To be honest, when working on CoreOS (but any environment for that matter), it makes a lot of sense to have the UI running inside the container.

I've got all components of Kubernetes running inside containers right now, but the UI part is still missing. I see there are some pre-built non-google images in the Docker Hub, but it'd be great if there was some official documentation on how to run the UI inside a container.

@rimusz
Copy link
Contributor Author

rimusz commented May 26, 2015

@JeanMertz as @preillyme mentioned above Kubernetes UI is part of API service and can very easily accesses via http://api_server_ip:8080/static/app/#/dashboard/.
Running Kubernetes for production you should not put it's components/binaries to Docker containers as binaries are standalone compiled go programs. Plus such setup brings more constrains to your setup as if your Docker daemon dies then even Kubernetes is dead.

@bcbroussard
Copy link
Contributor

Updates to the documentation are being tracked in #7122 and the changes are in PR #9330. This issue can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery.
Projects
None yet
Development

No branches or pull requests

6 participants