You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: `Configuration options for the auto-upgrade patch type feature, which provide more control over the speed of automatic upgrades of your GKE clusters.`,
Copy file name to clipboardExpand all lines: website/docs/r/container_cluster.html.markdown
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -344,6 +344,10 @@ field from your config will cause Terraform to stop managing your cluster's
344
344
release channel, but will not unenroll it. Instead, use the `"UNSPECIFIED"`
345
345
channel. Structure is [documented below](#nested_release_channel).
346
346
347
+
*`gke_auto_upgrade_config` - (Optional)
348
+
Configuration options for the auto-upgrade patch type feature, which provide more control over the speed of automatic upgrades of your GKE clusters.
349
+
Structure is [documented below](#nested_gke_auto_upgrade_config).
350
+
347
351
*`remove_default_node_pool` - (Optional) If `true`, deletes the default node
348
352
pool upon cluster creation. If you're using `google_container_node_pool`
349
353
resources with no default node pool, this should be set to `true`, alongside
@@ -1349,6 +1353,12 @@ not.
1349
1353
* STABLE: Every few months upgrade cadence; Production users who need stability above all else, and for whom frequent upgrades are too risky.
1350
1354
* EXTENDED: GKE provides extended support for Kubernetes minor versions through the Extended channel. With this channel, you can stay on a minor version for up to 24 months.
0 commit comments