Skip to content

Commit f274872

Browse files
authored
Update release_channel and exclusion_end_time_behavior in gke-a4x (GoogleCloudPlatform#5004)
2 parents 1898774 + 3712374 commit f274872

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/gke-a4x/gke-a4x.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,12 @@ deployment_groups:
199199
- cidr_block: $(vars.authorized_cidr) # Allows your machine to run the kubectl command. Required for multi network setup.
200200
display_name: "kubectl-access-network"
201201
version_prefix: $(vars.version_prefix)
202-
release_channel: RAPID
202+
release_channel: REGULAR
203203
maintenance_exclusions:
204204
- name: no-minor-or-node-upgrades-indefinite
205-
start_time: "2025-04-01T00:00:00Z"
206-
end_time: "2026-04-10T00:00:00Z"
205+
start_time: "2025-12-01T00:00:00Z"
207206
exclusion_scope: NO_MINOR_OR_NODE_UPGRADES
207+
exclusion_end_time_behavior: UNTIL_END_OF_SUPPORT
208208
additional_networks:
209209
$(concat(
210210
[{

0 commit comments

Comments
 (0)