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

kubecfg not able to find #4

Open
svennela opened this issue Jul 7, 2015 · 3 comments
Open

kubecfg not able to find #4

svennela opened this issue Jul 7, 2015 · 3 comments

Comments

@svennela
Copy link

svennela commented Jul 7, 2015

Hi,

I have my kubernetes running on GCE. How do i install kubecfg?

@saardemri
Copy link

I think that it was deprecated @svennela

@thomasmodeneis
Copy link

I'm trying to run this with kubectl

$ kubectl proxy -ww=/opt/kubernetes/gcp-live-k8s-visualizer/
Starting to serve on localhost:8001

but not sure why is not working, http://localhost:8001/ returns 404

$ curl http://localhost:8001/
404 page not found

stevesloka pushed a commit to stevesloka/gcp-live-k8s-visualizer that referenced this issue Aug 19, 2016
@RaySinnema
Copy link

You forgot the -www-prefix and --api-prefix options:

kubectl proxy --www=/opt/kubernetes/gcp-live-k8s-visualizer --www-prefix=/visual/ --api-prefix=/api/

Then this should work:

curl http://localhost:8001/visual/

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

4 participants