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

Update--cluster-version flag #3165

Merged
merged 4 commits into from
Sep 8, 2020
Merged

Commits on Sep 2, 2020

  1. Remove --cluster-version flag

    1.16 isn't supported anymore. When I try to run the command it returns:
    
    `ERROR: (gcloud.container.clusters.create) ResponseError: code=400, message=Master version "1.16.9-gke.6" is unsupported.`
    
    If you remove the cluster-version flag, it uses the default, which is currently 1.18.
    dinagraves committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    235f69e View commit details
    Browse the repository at this point in the history
  2. Update cluster version

    dinagraves committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    601b4f6 View commit details
    Browse the repository at this point in the history
  3. Update install.md

    dinagraves committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    d810d3c View commit details
    Browse the repository at this point in the history
  4. Changing version to latest

    If we use latest, we won't have to update the version regularly.
    dinagraves committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    239fb1c View commit details
    Browse the repository at this point in the history