-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 #3339
- Loading branch information
1 parent
3d21819
commit 0142a90
Showing
1 changed file
with
138 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters