From 6408fddc1f6ba219c28ffa4f781a85b36d7febe1 Mon Sep 17 00:00:00 2001 From: Ilya Dmitrichenko Date: Wed, 11 May 2016 17:06:00 +0100 Subject: [PATCH] Deploy Scope into `kube-system` namespace (fix #1475) --- site/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/installing.md b/site/installing.md index af9a9c367..c97af3d51 100644 --- a/site/installing.md +++ b/site/installing.md @@ -173,7 +173,7 @@ It is recommended that you run Scope natively in your Kubernetes cluster using t The simplest way to get the latest release of Scope deployed onto a Kubernetes cluster is the following: - kubectl create -f 'https://scope.weave.works/launch/k8s/weavescope.json' --validate=false + kubectl --namespace=kube-system create -f 'https://scope.weave.works/launch/k8s/weavescope.json' --validate=false Allowable parameters: