Skip to content

Commit 7e85cfe

Browse files
Chore: strip start_time from indefinite maintenance exclusions in example blueprints (#5926)
1 parent 9962386 commit 7e85cfe

21 files changed

Lines changed: 4 additions & 22 deletions

File tree

community/examples/xpk-n2-filestore/xpk-n2-filestore.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ deployment_groups:
6767
release_channel: REGULAR
6868
maintenance_exclusions:
6969
- name: no-minor-or-node-upgrades-indefinite
70-
start_time: "2025-12-01T00:00:00Z"
7170
exclusion_scope: NO_MINOR_OR_NODE_UPGRADES
7271
exclusion_end_time_behavior: UNTIL_END_OF_SUPPORT
7372
enable_filestore_csi: true

examples/gke-a3-highgpu/gke-a3-highgpu.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ deployment_groups:
128128
release_channel: REGULAR
129129
maintenance_exclusions:
130130
- name: no-minor-or-node-upgrades-indefinite
131-
start_time: "2026-04-01T00:00:00Z"
132131
exclusion_scope: NO_MINOR_OR_NODE_UPGRADES
133132
exclusion_end_time_behavior: UNTIL_END_OF_SUPPORT
134133
outputs: [instructions]

examples/gke-a3-ultragpu/gke-a3-ultragpu.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ deployment_groups:
180180
release_channel: REGULAR
181181
maintenance_exclusions:
182182
- name: no-minor-or-node-upgrades-indefinite
183-
start_time: "2025-12-01T00:00:00Z"
184183
exclusion_scope: NO_MINOR_OR_NODE_UPGRADES
185184
exclusion_end_time_behavior: UNTIL_END_OF_SUPPORT
186185
outputs: [instructions]

examples/gke-a4/gke-a4.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ deployment_groups:
211211
release_channel: REGULAR
212212
maintenance_exclusions:
213213
- name: no-minor-or-node-upgrades-indefinite
214-
start_time: "2025-12-01T00:00:00Z"
215214
exclusion_scope: NO_MINOR_OR_NODE_UPGRADES
216215
exclusion_end_time_behavior: UNTIL_END_OF_SUPPORT
217216
outputs: [instructions]

examples/gke-a4x-max-bm/gke-a4x-max-bm.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ deployment_groups:
178178
release_channel: REGULAR
179179
maintenance_exclusions:
180180
- name: no-minor-or-node-upgrades-indefinite
181-
start_time: "2025-12-01T00:00:00Z"
182181
exclusion_scope: NO_MINOR_OR_NODE_UPGRADES
183182
exclusion_end_time_behavior: UNTIL_END_OF_SUPPORT
184183
outputs: [instructions]

examples/gke-a4x/gke-a4x.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ deployment_groups:
175175
release_channel: REGULAR
176176
maintenance_exclusions:
177177
- name: no-minor-or-node-upgrades-indefinite
178-
start_time: "2025-12-01T00:00:00Z"
179178
exclusion_scope: NO_MINOR_OR_NODE_UPGRADES
180179
exclusion_end_time_behavior: UNTIL_END_OF_SUPPORT
181180
outputs: [instructions]

examples/gke-consumption-options/dws-flex-start-compact-placement/gke-h4d/gke-h4d.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ deployment_groups:
127127
release_channel: REGULAR
128128
maintenance_exclusions:
129129
- name: no-minor-or-node-upgrades-indefinite
130-
start_time: "2025-12-01T00:00:00Z"
131130
exclusion_scope: NO_MINOR_OR_NODE_UPGRADES
132131
exclusion_end_time_behavior: UNTIL_END_OF_SUPPORT
133132
outputs: [instructions]

examples/gke-consumption-options/dws-flex-start-queued-provisioning/gke-tpu-7x/gke-tpu-7x.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ deployment_groups:
181181
release_channel: REGULAR
182182
maintenance_exclusions:
183183
- name: no-minor-or-node-upgrades-indefinite
184-
start_time: "2025-12-01T00:00:00Z"
185184
exclusion_scope: NO_MINOR_OR_NODE_UPGRADES
186185
exclusion_end_time_behavior: UNTIL_END_OF_SUPPORT
187186
outputs: [instructions]

examples/gke-consumption-options/dws-flex-start-queued-provisioning/gke-tpu-v6e/gke-tpu-v6e.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ deployment_groups:
186186
release_channel: REGULAR
187187
maintenance_exclusions:
188188
- name: no-minor-or-node-upgrades-indefinite
189-
start_time: "2025-12-01T00:00:00Z"
190189
exclusion_scope: NO_MINOR_OR_NODE_UPGRADES
191190
exclusion_end_time_behavior: UNTIL_END_OF_SUPPORT
192191
outputs: [instructions]

examples/gke-consumption-options/dws-flex-start/gke-a3-ultragpu.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ deployment_groups:
148148
release_channel: REGULAR
149149
maintenance_exclusions:
150150
- name: no-minor-or-node-upgrades-indefinite
151-
start_time: "2025-12-01T00:00:00Z"
152151
exclusion_scope: NO_MINOR_OR_NODE_UPGRADES
153152
exclusion_end_time_behavior: UNTIL_END_OF_SUPPORT
154153
outputs: [instructions]

0 commit comments

Comments
 (0)