From fc018afb52821faaf7803466809b43616a975720 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Thu, 12 May 2016 17:44:54 +0100 Subject: [PATCH] Fix k8s install instructions, again --- site/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/installing.md b/site/installing.md index 67599587c..225407c01 100644 --- a/site/installing.md +++ b/site/installing.md @@ -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.