GKE MasterAuth clientCertificate has no permissions to access cluster resource
问题 I created GKE cluster using GKE API. Below is the payload and end point I used. API: https://container.googleapis.com/v1/{parent=projects/ /locations/ }/clusters Method: POST RequestBody: { "cluster": { "name": "test", "masterAuth": { "clientCertificateConfig": { "issueClientCertificate": true } }.... } ...... ..... } NOTE: I'am creating GKE cluster with masterAuth enabled by setting clientCertificate to true. After cluster creation, I created the kubeconfig in my local machine using the