Merge pull request #3586 from dholbach/fix-path-typo-in-deploy-docs

The path is actually examples/k8s
This commit is contained in:
Daniel Holbach
2019-03-26 14:55:27 +01:00
committed by GitHub

View File

@@ -145,10 +145,10 @@ Version 2 of this YAML file supports networks and volumes as defined by any plug
### <a name="k8s"></a>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
@@ -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.