From 7e807175d9bae1cb11f6ed206d7bb3976f5365bd Mon Sep 17 00:00:00 2001 From: Matthias Radestock Date: Mon, 5 Feb 2018 14:39:32 +0000 Subject: [PATCH] link to k8s instructions from openshift instructions --- site/installing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/installing.md b/site/installing.md index 857e591cb1..f80db9a7e7 100644 --- a/site/installing.md +++ b/site/installing.md @@ -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). ### Amazon ECS