mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-18 12:59:31 +00:00
Fix k8s install instructions, again
This commit is contained in:
@@ -193,7 +193,7 @@ This runs a recent Scope image from the Docker Hub and will launch a probe onto
|
||||
|
||||
**Open Scope in Your Browser**
|
||||
|
||||
kubectl port-forward $(kubectl get pod --selector=name=weave-scope-app -o jsonpath={.items..metadata.name}) 4040
|
||||
kubectl port-forward $(kubectl get pod --selector=weavescope-component=weavescope-app -o jsonpath={.items..metadata.name}) 4040
|
||||
|
||||
Open http://localhost:4040 in your browser. This allows you to access the Scope UI securely, without opening it to the Internet.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user