Skip to content

Commit

Permalink
link to k8s instructions from openshift instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rade committed Feb 5, 2018
1 parent a855358 commit 7e80717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,12 @@ Next, create a dedicated project for Weave Scope then apply policy changes neede
# Scope app has an init daemon that has to run as UID 0, so grant 'anyuid' SCC for 'default' service account
oc adm policy add-scc-to-user anyuid -z default

The installation method for Scope on OpenShift is very similar to the one described above for Kubernetes, but instead of `kubectl apply ...` you need to use
The installation method for Scope on OpenShift is very similar to the one described [above](#k8s) for Kubernetes, but instead of `kubectl apply ...` you need to use
`oc apply ...` and install it into the namespace of the `weave-scope` project you have just created, and not the `weave` namespace, i.e.:

oc apply -f 'https://cloud.weave.works/k8s/scope.yaml'

To access the Scope app from the browser, please refer to Kubernetes instructions above.
To access the Scope app from the browser, please refer to Kubernetes instructions [above](#k8s).

### <a name="ecs"></a>Amazon ECS

Expand Down

0 comments on commit 7e80717

Please sign in to comment.