Skip to content

Commit 5481889

Browse files
Revert gke-a4x bp changes for maintenance_exclusions (GoogleCloudPlatform#4995)
1 parent 0227d1f commit 5481889

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
@@ -218,12 +218,12 @@ deployment_groups:
218218
- cidr_block: $(vars.authorized_cidr) # Allows your machine to run the kubectl command. Required for multi network setup.
219219
display_name: "kubectl-access-network"
220220
version_prefix: $(vars.version_prefix)
221-
release_channel: REGULAR
221+
release_channel: RAPID
222222
maintenance_exclusions:
223223
- name: no-minor-or-node-upgrades-indefinite
224-
start_time: "2025-12-01T00:00:00Z"
224+
start_time: "2025-04-01T00:00:00Z"
225+
end_time: "2026-04-10T00:00:00Z"
225226
exclusion_scope: NO_MINOR_OR_NODE_UPGRADES
226-
exclusion_end_time_behavior: UNTIL_END_OF_SUPPORT
227227
additional_networks:
228228
$(concat(
229229
[{

0 commit comments

Comments
 (0)