remove rbac instruction (#8442)

This commit is contained in:
Upo 2020-11-04 14:59:41 +00:00 committed by GitHub
parent 2fdd667180
commit a65a859103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View File

@ -69,13 +69,3 @@ Follow these instructions to prepare a GKE cluster for Istio.
--zone $ZONE \
--project $PROJECT_ID
{{< /text >}}
1. Grant cluster administrator (admin) permissions to the current user. To
create the necessary RBAC rules for Istio, the current user requires admin
permissions.
{{< text bash >}}
$ kubectl create clusterrolebinding cluster-admin-binding \
--clusterrole=cluster-admin \
--user=$(gcloud config get-value core/account)
{{< /text >}}