Update URL

This commit is contained in:
Ilya Dmitrichenko
2016-05-11 14:07:39 +01:00
parent 2850fdef3e
commit a9cb8795e1

View File

@@ -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 doesnt require any other configuration and it also doesnt depend on Weave Net.