From a9cb8795e1186c78ec9c43a233b641116e95ac7c Mon Sep 17 00:00:00 2001 From: Ilya Dmitrichenko Date: Wed, 11 May 2016 14:07:39 +0100 Subject: [PATCH] Update URL --- site/installing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/installing.md b/site/installing.md index 09ae7023f..af9a9c367 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/k8s-gen/weavescope.json' --validate=false + kubectl create -f 'https://scope.weave.works/launch/k8s/weavescope.json' --validate=false Allowable parameters: @@ -184,7 +184,7 @@ Allowable parameters: To download the Scope manifest, use the YAML version of the manifest, since it is easier to read, for example: - curl --silent --remote-name https://scope.weave.works/k8s-gen/weavescope.yaml + curl --silent --remote-name https://scope.weave.works/launch/k8s/weavescope.yaml This runs a recent Scope image from the Docker Hub and will launch a probe onto every node as well as a single app. Once launched, Scope doesn’t require any other configuration and it also doesn’t depend on Weave Net.