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

Enable auto-upgrade in beta clusters with a release channel #682

Commits on Sep 21, 2020

  1. 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
    dpetersen committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    dc7829f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. 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.
    dpetersen committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    6055926 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    fbe2b64 View commit details
    Browse the repository at this point in the history