mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
quote jsonpath so shell doesn't try to expand (#1651)
This commit is contained in:
committed by
Tom Wilkie
parent
b89e9ec891
commit
d65a656e8f
@@ -212,7 +212,7 @@ To download and read the Scope manifest run:
|
||||
|
||||
**Open Scope in Your Browser**
|
||||
|
||||
kubectl port-forward $(kubectl get pod --selector=weavescope-component=weavescope-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