We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1898774 + 3712374 commit f274872Copy full SHA for f274872
1 file changed
examples/gke-a4x/gke-a4x.yaml
@@ -199,12 +199,12 @@ deployment_groups:
199
- cidr_block: $(vars.authorized_cidr) # Allows your machine to run the kubectl command. Required for multi network setup.
200
display_name: "kubectl-access-network"
201
version_prefix: $(vars.version_prefix)
202
- release_channel: RAPID
+ release_channel: REGULAR
203
maintenance_exclusions:
204
- name: no-minor-or-node-upgrades-indefinite
205
- start_time: "2025-04-01T00:00:00Z"
206
- end_time: "2026-04-10T00:00:00Z"
+ start_time: "2025-12-01T00:00:00Z"
207
exclusion_scope: NO_MINOR_OR_NODE_UPGRADES
+ exclusion_end_time_behavior: UNTIL_END_OF_SUPPORT
208
additional_networks:
209
$(concat(
210
[{
0 commit comments