Fix role names for creating GKE cluster

This commit is contained in:
Catherine Luse
2019-05-21 14:20:40 -07:00
committed by Denise
parent 2967767667
commit 0bdf7ce045
@@ -12,9 +12,10 @@ Create a service account using [Google Cloud Platform](https://console.cloud.goo
The service account requires the following roles:
- `project/viewer`
- `kubernetes-engine/admin`
- `service-account/user`
- **Compute Viewer:** `roles/compute.viewer`
- **Project Viewer:** `roles/viewer`
- **Kubernetes Engine Admin:** `roles/container.admin`
- **Service Account User:** `roles/iam.serviceAccountUser`
[Google Documentation: Creating and Enabling Service Accounts](https://cloud.google.com/compute/docs/access/create-enable-service-accounts-for-instances)