This repository was archived by the owner on Oct 3, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Kubernetes Operational View
99.. image :: https://readthedocs.org/projects/kubernetes-operational-view/badge/?version=latest
1010 :target: http://kubernetes-operational-view.readthedocs.io/en/latest/?badge=latest
1111 :alt: Documentation Status
12-
12+
1313.. image :: https://img.shields.io/docker/pulls/hjacobs/kube-ops-view.svg
1414 :target: https://hub.docker.com/r/hjacobs/kube-ops-view
1515 :alt: Docker pulls
@@ -81,13 +81,13 @@ It should be as simple as:
8181
8282 $ kubectl apply -f deploy # apply all manifests from the folder
8383
84- Afterwards you can open "kube-ops-view" via the kubectl proxy :
84+ Afterwards you can open "kube-ops-view" via kubectl port-forward :
8585
8686.. code-block :: bash
8787
88- $ kubectl proxy
88+ $ kubectl port-forward service/kube-ops-view 8080:80
8989
90- Now direct your browser to http://localhost:8001/api/v1/namespaces/default/services/kube-ops-view/proxy /
90+ Now direct your browser to http://localhost:8080 /
9191
9292`Kubernetes Operational View is also available as a Helm Chart `_.
9393
You can’t perform that action at this time.
0 commit comments