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.
1 parent 0227d1f commit 5481889Copy full SHA for 5481889
1 file changed
examples/gke-a4x/gke-a4x.yaml
@@ -218,12 +218,12 @@ deployment_groups:
218
- cidr_block: $(vars.authorized_cidr) # Allows your machine to run the kubectl command. Required for multi network setup.
219
display_name: "kubectl-access-network"
220
version_prefix: $(vars.version_prefix)
221
- release_channel: REGULAR
+ release_channel: RAPID
222
maintenance_exclusions:
223
- name: no-minor-or-node-upgrades-indefinite
224
- start_time: "2025-12-01T00:00:00Z"
+ start_time: "2025-04-01T00:00:00Z"
225
+ end_time: "2026-04-10T00:00:00Z"
226
exclusion_scope: NO_MINOR_OR_NODE_UPGRADES
- exclusion_end_time_behavior: UNTIL_END_OF_SUPPORT
227
additional_networks:
228
$(concat(
229
[{
0 commit comments