Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--cluster-version 1.6.1 = Version is invalid #40

Open
jamesbuckett opened this issue May 11, 2017 · 0 comments
Open

--cluster-version 1.6.1 = Version is invalid #40

jamesbuckett opened this issue May 11, 2017 · 0 comments

Comments

@jamesbuckett
Copy link

When executing

gcloud beta container clusters create asia-east1-b \ --cluster-version 1.6.1 \ --zone asia-east1-b \ --scopes "cloud-platform,storage-ro,logging-write,monitoring-write,service-control,service-management,https://www.googleapis.com/auth/ndev.clouddns.readwrite"

Error returned
ERROR: (gcloud.beta.container.clusters.create) ResponseError: code=400, message=Version is invalid.

Alter command to

gcloud beta container clusters create asia-east1-b \ --cluster-version 1.6.2 \ --zone asia-east1-b \ --scopes "cloud-platform,storage-ro,logging-write,monitoring-write,service-control,service-management,https://www.googleapis.com/auth/ndev.clouddns.readwrite"

And the install proceeds without error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant