• N
    Fix --kubernetes-version for upgrading cluster to correct version · f680d1b1
    Nanik T 提交于
    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
    f680d1b1
version_upgrade_test.go 4.1 KB