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

Nodepool upgrades on GKE Terraform apply #3612

Merged
merged 2 commits into from
Jan 26, 2024

Commits on Jan 25, 2024

  1. Nodepool upgrades on GKE Terraform apply

    Per the docs:
    "...node pools defined inside a cluster can't be changed (or
    added/removed) after cluster creation without deleting and recreating
    the entire cluster."
    
    Which is not great - since you can end up with out-of-sync K8s versions
    between the control plane and nodes, an inability to change nodepool
    sizes and just a general lack of flexibility.
    
    Moving the node pool definitions out of the cluster definition solves
    this issue!
    
    Closes googleforgames#3339
    markmandel committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    0142a90 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

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