2

I am facing error while updating kunbernets in gke

Error: Request had insufficient authentication scopes

I'm new to kubernets I am trying update kubernets in gke Facing an error I need your help on this so I have tried multiple times but I'm getting same error

  • 2
    https://stackoverflow.com/questions/35928534/403-request-had-insufficient-authentication-scopes-during-gcloud-container-clu – Harsh Manvar Jun 11 '23 at 14:35

1 Answers1

1

The Error 403: Request had insufficient authentication scopes is due to insufficient authentication scopes, then that likely means that Workload Identity is not enabled on your GKE cluster. Refer to this official doc and perform the troubleshooting steps mentioned to enable the Workload identity which will help you to resolve this issue.

If the above process has not resolved your issue then You need to set the cloud-platform access scope to allow access to most of the Cloud APIs, then grant the service account only relevant IAM roles. Refer to this official doc for more details in accessing the scopes.

Hemanth Kumar
  • 2,728
  • 1
  • 4
  • 19