Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Commit a7b3895

Browse files
committed
kubectl port-forward instead of proxy (shorter, no long URL)
1 parent 2a7f5f9 commit a7b3895

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)