Cannot create clusterrolebinding on fresh GKE cluster
问题 I provisioned a managed GKE cluster (Kubernetes version 1.9.4-gke.1) with basic authentication disabled . When i try to create RBAC configuration (for running my ingress controller) I get a following error: Error from server (Forbidden): clusterrolebindings.rbac.authorization.k8s.io is forbidden: User "XXX@gmail.com" cannot create clusterrolebindings.rbac.authorization.k8s.io at the cluster scope: Required "container.clusterRoleBindings.create" permission. I found two related questions: GKE