From d65a656e8fb8093de58c136315a30b38a76e7cfd Mon Sep 17 00:00:00 2001 From: Justin Garrison Date: Wed, 6 Jul 2016 12:56:19 -0700 Subject: [PATCH] quote jsonpath so shell doesn't try to expand (#1651) --- site/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/installing.md b/site/installing.md index 5a4f512b9..f0453fe04 100644 --- a/site/installing.md +++ b/site/installing.md @@ -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.