From 6d46bb0b12429066bbde28874dc611521f89a699 Mon Sep 17 00:00:00 2001 From: Steve Durrheimer Date: Fri, 11 Nov 2016 16:04:38 +0100 Subject: [PATCH] Fix kubectl port-forward command to access the scope app locally Signed-off-by: Steve Durrheimer --- site/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/installing.md b/site/installing.md index 660541792..454349ee4 100644 --- a/site/installing.md +++ b/site/installing.md @@ -240,7 +240,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=weave-scope-component=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.