From 833ca3f2c0c8deaf91f57de1d984d525751bce8e Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Mon, 25 Mar 2019 11:02:30 +0100 Subject: [PATCH] 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