Skip to content

Commit c69f39b

Browse files
authored
Revert "CHS Integration for A3 Ultra"
1 parent 19342de commit c69f39b

6 files changed

Lines changed: 2 additions & 187 deletions

File tree

examples/gke-a3-megagpu/gke-a3-megagpu-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ vars:
4646
# can be inputted as <reservation-name>/reservationBlocks/<reservation-block-name>
4747
reservation: RESERVATION_NAME
4848

49-
enable_periodic_health_checks: # Make this true to run CHS (healthchecks)
50-
health_check_schedule: # Run the health check at 12:00 AM (midnight) every Sunday
49+
enable_periodic_health_checks: false # Make this true to run CHS (healthchecks)
50+
health_check_schedule: "0 0 * * 0" # Run the health check at 12:00 AM (midnight) every Sunday

examples/gke-a3-ultragpu/chs-cronjob.yaml.tftpl

Lines changed: 0 additions & 81 deletions
This file was deleted.

examples/gke-a3-ultragpu/chs-permissions.yaml.tftpl

Lines changed: 0 additions & 59 deletions
This file was deleted.

examples/gke-a3-ultragpu/chs-pvc.yaml.tftpl

Lines changed: 0 additions & 12 deletions
This file was deleted.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,3 @@ vars:
3636
# disk for each node of the system node pool.
3737
a3ultra_node_pool_disk_size_gb: A3ULTRA_NODE_POOL_DISK_SIZE_GB # the size of
3838
# disk for each node.
39-
enable_periodic_health_checks: # Make this true to run CHS (healthchecks)
40-
health_check_schedule: # Run the health check at 12:00 AM (midnight) every Sunday

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

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@ vars:
3535
accelerator_type: nvidia-h200-141gb
3636
version_prefix: "1.31."
3737

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-
4738
deployment_groups:
4839
- group: primary
4940
modules:
@@ -125,7 +116,6 @@ deployment_groups:
125116
- stackdriver.resourceMetadata.writer
126117
- storage.objectAdmin
127118
- artifactregistry.reader
128-
- container.admin
129119

130120
- id: training_bucket
131121
source: community/modules/file-system/cloud-storage-bucket
@@ -224,27 +214,6 @@ deployment_groups:
224214
source: modules/management/kubectl-apply
225215
use: [a3-ultragpu-cluster]
226216
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)
248217
kueue:
249218
install: true
250219
config_path: $(vars.kueue_configuration_path)

0 commit comments

Comments
 (0)