From f7bf4c96010f8a71986e14f14b2d84ede03a22d6 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Mon, 25 Mar 2019 10:53:32 +0100 Subject: [PATCH 1/2] The path is actually examples/k8s. Signed-off-by: Daniel Holbach --- site/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/installing.md b/site/installing.md index 35ebde8f9..ae8d69e2e 100644 --- a/site/installing.md +++ b/site/installing.md @@ -185,7 +185,7 @@ A simple way to get Scope running in a Kubernetes setting is to 1. Run ```sh - kubectl apply -f example/k8s + kubectl apply -f examples/k8s ``` to deploy Scope to your cluster. From 833ca3f2c0c8deaf91f57de1d984d525751bce8e Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Mon, 25 Mar 2019 11:02:30 +0100 Subject: [PATCH 2/2] make GKE related note stand out visually a bit more --- site/installing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/installing.md b/site/installing.md index ae8d69e2e..9dee707bc 100644 --- a/site/installing.md +++ b/site/installing.md @@ -145,10 +145,10 @@ Version 2 of this YAML file supports networks and volumes as defined by any plug ### Kubernetes -If your cluster is on GKE, first you need to grant permissions for the -installation with: - - kubectl create clusterrolebinding "cluster-admin-$(whoami)" --clusterrole=cluster-admin --user="$(gcloud config get-value core/account)" +> If your cluster is on GKE, first you need to grant permissions for the +> installation with: +> +> kubectl create clusterrolebinding "cluster-admin-$(whoami)" --clusterrole=cluster-admin --user="$(gcloud config get-value core/account)" To install Weave Scope on your Kubernetes cluster, run