From d22cd477015cea2eef8033a25ec34eb48d42755c Mon Sep 17 00:00:00 2001 From: Ilya Dmitrichenko Date: Wed, 11 May 2016 17:10:23 +0100 Subject: [PATCH] Tweak Kubernetes installation docs (close #1474) --- site/installing.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/site/installing.md b/site/installing.md index c97af3d516..4bcedf1517 100644 --- a/site/installing.md +++ b/site/installing.md @@ -169,13 +169,16 @@ To enable DaemonSets in an existing cluster, add the `--runtime-config=extension **Install Scope on Your Cluster** -It is recommended that you run Scope natively in your Kubernetes cluster using the manifest generator service. +It is recommended that you run Scope natively in your Kubernetes cluster using `kubectl` with launch URL as show below. The simplest way to get the latest release of Scope deployed onto a Kubernetes cluster is the following: kubectl --namespace=kube-system create -f 'https://scope.weave.works/launch/k8s/weavescope.json' --validate=false -Allowable parameters: +> The `--validate=false` flags is currently required due to a bug in Kubernetes (see +[kubernetes/kubernetes#24089](https://github.com/kubernetes/kubernetes/issues/24089) for more details + +Allowable parameters for the launcher URL: - `v` - Weave Scope version or tag, e.g. `latest` or `0.15.0`, current release is the default - `service-token` - Weave Scope Cloud Service token