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

fix: Enable auto-upgrade in beta clusters with a release channel (#682) #3

Merged
merged 1 commit into from
Sep 26, 2020

Conversation

AditModi
Copy link
Owner

  • Enable auto-upgrade in beta clusters with a release channel

Without this setting, a cluster with a default node pool will fail when
a release channel is specified. The API responds with:

Error: error creating NodePool: googleapi: Error 400: Auto_upgrade cannot be false when release_channel REGULAR is set., badRequest

This is noted in the documentation, that use of a release channel
requires auto-upgrade and auto-repair to be enabled:

https://cloud.google.com/kubernetes-engine/docs/concepts/release-channels#new-cluster

  • Only include comment in beta block, run make build

The previous location I placed the comment meant that it was in place
even in non-beta clusters, so the comment was describing behavior that
wasn't actually in place.

Co-authored-by: Bharath KKB bharathkrishnakb@gmail.com

* Enable auto-upgrade in beta clusters with a release channel

Without this setting, a cluster with a default node pool will fail when
a release channel is specified. The API responds with:

Error: error creating NodePool: googleapi: Error 400: Auto_upgrade cannot be false when release_channel REGULAR is set., badRequest

This is noted in the documentation, that use of a release channel
requires auto-upgrade and auto-repair to be enabled:

https://cloud.google.com/kubernetes-engine/docs/concepts/release-channels#new-cluster

* Only include comment in beta block, run make build

The previous location I placed the comment meant that it was in place
even in non-beta clusters, so the comment was describing behavior that
wasn't actually in place.

Co-authored-by: Bharath KKB <bharathkrishnakb@gmail.com>
@AditModi AditModi merged commit 3604b8a into AditModi:master Sep 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants