Skip to content

Commit

Permalink
add gke iam role create command to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yacut committed Nov 23, 2017
1 parent 34604bc commit 884e8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
> see guide: https://developers.google.com/admin-sdk/directory/v1/guides/delegation
- The Google Group list per Kubernetes namespace comma separated: **-group-list** flag
- Configure Minimal GKE IAM permissions for each Google Group
- Configure Minimal GKE IAM permissions for each Google Group: `gcloud beta iam roles create minimal_gke_role --project my_project --title "Container Engine Minimal" --description "Minimal GKE Role which allows 'gcloud container clusters get-credentials' command" --permissions "container.apiServices.get,container.apiServices.list,container.clusters.get,container.clusters.getCredentials"`

> see: https://stackoverflow.com/questions/45945074/iam-and-rbac-conflicts-on-google-cloud-container-engine-gke/45945239#45945239
Expand Down

0 comments on commit 884e8dc

Please sign in to comment.