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

Make Kubernetes version sticky for a cluster instead of auto-upgrading #5798

Merged
merged 1 commit into from
Dec 9, 2019

Commits on Nov 16, 2019

  1. Fix --kubernetes-version for upgrading cluster to correct version

    This PR fix the issue of checking kubernetes-version and upgrading it. The fix now
    will do the following
    
    * Not specifying the --kubernetes-version flag means just use the currently deployed version.
    * If an update is available inform the user that they may use --kubernetes-version=<version>.
    * When --kubernetes-version is specifically set, upgrade the cluster.
    
    Also add integration testing to test upgrading and downgrading
    nanikjava committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    f680d1b View commit details
    Browse the repository at this point in the history