mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-05 19:21:46 +00:00
Merge pull request #3586 from dholbach/fix-path-typo-in-deploy-docs
The path is actually examples/k8s
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user