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.