Creating a ClusterRole as the default compute service account fails with extra privileges error
问题 I'm trying to create a new ClusterRole in a Private Cluster which I'm administering from a Jumpbox but keep hitting the "forbidden: attempt to grant extra privileges" error. I am authenticated with gcloud as the default compute service account and this has the Kubernetes Engine Admin role. I have created a cluster role binding for the gcloud service account using kubectl create ClusterRoleBinding sa-admin-binding --ClusterRole=cluster-admin --User=xxxxxxxx-service-account@xxxx.developer