Skip to content

Commit

Permalink
quote jsonpath so shell doesn't try to expand (#1651)
Browse files Browse the repository at this point in the history
  • Loading branch information
rothgar authored and tomwilkie committed Jul 6, 2016
1 parent b89e9ec commit d65a656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d65a656

Please sign in to comment.