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
* RAPID: Weekly upgrade cadence; Early testers and developers who requires new features.
1784
1784
* REGULAR: Multiple per month upgrade cadence; Production users who need features not yet offered in the Stable channel.
1785
-
* STABLE: Every few months upgrade cadence; Production users who need stability above all else, and for whom frequent upgrades are too risky.`,
1785
+
* STABLE: Every few months upgrade cadence; Production users who need stability above all else, and for whom frequent upgrades are too risky.
1786
+
* 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.`,
ExpectError: regexp.MustCompile(`expected release_channel\.0\.channel to be one of \["?UNSPECIFIED"? "?RAPID"? "?REGULAR"? "?STABLE"?\], got CANARY`),
830
+
ExpectError: regexp.MustCompile(`expected release_channel\.0\.channel to be one of \["?UNSPECIFIED"? "?RAPID"? "?REGULAR"? "?STABLE"? "?EXTENDED"?\], got CANARY`),
Copy file name to clipboardExpand all lines: website/docs/r/container_cluster.html.markdown
+1
Original file line number
Diff line number
Diff line change
@@ -1211,6 +1211,7 @@ not.
1211
1211
* RAPID: Weekly upgrade cadence; Early testers and developers who requires new features.
1212
1212
* REGULAR: Multiple per month upgrade cadence; Production users who need features not yet offered in the Stable channel.
1213
1213
* STABLE: Every few months upgrade cadence; Production users who need stability above all else, and for whom frequent upgrades are too risky.
1214
+
* 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