Remove unnecessary step from GKE cluster setup. (#428)

This commit is contained in:
Nghia Tran 2018-03-20 08:49:06 -07:00 committed by GitHub
parent 90cc9d760f
commit a93e410f58
1 changed files with 0 additions and 8 deletions

View File

@ -61,14 +61,6 @@ To use a k8s cluster running in GKE:
gcloud components install kubectl
```
1. Give your gcloud user cluster-admin privileges:
```shell
kubectl create clusterrolebinding gcloud-admin-binding \
--clusterrole=cluster-admin \
--user=$(gcloud config get-value core/account)
```
1. Add to your .bashrc:
```shell
# When using GKE, the K8s user is your GCP user.