|
35 | 35 | accelerator_type: nvidia-h200-141gb |
36 | 36 | version_prefix: "1.31." |
37 | 37 |
|
38 | | - enable_periodic_health_checks: false # Make this true to run CHS (healthchecks) |
39 | | - health_check_schedule: "0 0 * * 0" # Run the health check at 12:00 AM (midnight) every Sunday |
40 | | - |
41 | | - permissions_file_staged_path: $(ghpc_stage("./chs-permissions.yaml.tftpl")) |
42 | | - chs_output_bucket_name: chs-result |
43 | | - chs_pvc_claim_name: chs-output-pvc |
44 | | - chs_cronjob_rendered_path: $(ghpc_stage("./chs-cronjob.yaml.tftpl")) |
45 | | - chs_pvc_rendered_path: $(ghpc_stage("./chs-pvc.yaml.tftpl")) |
46 | | - |
47 | 38 | deployment_groups: |
48 | 39 | - group: primary |
49 | 40 | modules: |
@@ -125,7 +116,6 @@ deployment_groups: |
125 | 116 | - stackdriver.resourceMetadata.writer |
126 | 117 | - storage.objectAdmin |
127 | 118 | - artifactregistry.reader |
128 | | - - container.admin |
129 | 119 |
|
130 | 120 | - id: training_bucket |
131 | 121 | source: community/modules/file-system/cloud-storage-bucket |
@@ -224,27 +214,6 @@ deployment_groups: |
224 | 214 | source: modules/management/kubectl-apply |
225 | 215 | use: [a3-ultragpu-cluster] |
226 | 216 | settings: |
227 | | - apply_manifests: |
228 | | - - source: $(vars.permissions_file_staged_path) |
229 | | - template_vars: |
230 | | - project_id: $(vars.project_id) |
231 | | - - source: $(vars.chs_pvc_rendered_path) |
232 | | - enable: $(vars.enable_periodic_health_checks) |
233 | | - template_vars: |
234 | | - pvc_name: $(vars.chs_pvc_claim_name) |
235 | | - access_mode: ReadWriteOnce |
236 | | - capacity: 1Gi |
237 | | - storage_class_name: standard-rwo |
238 | | - - source: $(vars.chs_cronjob_rendered_path) |
239 | | - enable: $(vars.enable_periodic_health_checks) |
240 | | - template_vars: |
241 | | - project_id: $(vars.project_id) |
242 | | - deployment_name: $(vars.deployment_name) |
243 | | - region: $(vars.region) |
244 | | - machine_type: a3-ultragpu-8g |
245 | | - gcs_bucket: $(vars.chs_output_bucket_name) |
246 | | - gcs_pvc: $(vars.chs_pvc_claim_name) |
247 | | - cronjob_schedule: $(vars.health_check_schedule) |
248 | 217 | kueue: |
249 | 218 | install: true |
250 | 219 | config_path: $(vars.kueue_configuration_path) |
|
0 commit comments