简体   繁体   中英

Docker Kubernetes cluster error Request had insufficient authentication scopes on Google Cloud

I am trying to run a Kubernetes cluster on Google cloud. I am using the below link - http://kubernetes.io/docs/hellonode/

When I execute the below command - gcloud container clusters get-credentials hello-world

I get an error Request had insufficient authentication scopes

What is the possible solution to this problem?

The Container Engine API requires the cloud-platform OAuth2 Scope for authentication. If you are running these commands from a Google Compute Engine instance, you'll need to create the instance with that authentication scope:

  • With the gcloud CLI, add --scopes=cloud-platform to your gcloud compute instances create command.

  • In the Developer Console UI, select "Allow full access to all Cloud APIs" on the "Create an Instance" page.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM