Skip to content

Commit 7db071f

Browse files
authored
Merge pull request GoogleCloudPlatform#4325 from GoogleCloudPlatform/revert-4323-chs
Revert "CHS Integration for A4"
2 parents bbbeafd + 90a079b commit 7db071f

5 files changed

Lines changed: 0 additions & 185 deletions

File tree

examples/gke-a4/chs-cronjob.yaml.tftpl

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

examples/gke-a4/chs-permissions.yaml.tftpl

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

examples/gke-a4/chs-pvc.yaml.tftpl

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

examples/gke-a4/gke-a4-deployment.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,3 @@ vars:
5151

5252
# The disk size of a4 node pool for this deployment.
5353
a4_node_pool_disk_size_gb:
54-
55-
enable_periodic_health_checks: # Make this true to run CHS (healthchecks)
56-
health_check_schedule: # Run the health check at 12:00 AM (midnight) every Sunday

examples/gke-a4/gke-a4.yaml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,6 @@ vars:
5050
accelerator_type: nvidia-b200
5151
version_prefix: "1.32."
5252

53-
enable_periodic_health_checks: false # Make this true to run CHS (healthchecks)
54-
health_check_schedule: "0 0 * * 0" # Run the health check at 12:00 AM (midnight) every Sunday
55-
56-
permissions_file_staged_path: $(ghpc_stage("./chs-permissions.yaml.tftpl"))
57-
chs_output_bucket_name: chs-result
58-
chs_pvc_claim_name: chs-output-pvc
59-
chs_cronjob_rendered_path: $(ghpc_stage("./chs-cronjob.yaml.tftpl"))
60-
chs_pvc_rendered_path: $(ghpc_stage("./chs-pvc.yaml.tftpl"))
6153

6254
deployment_groups:
6355
- group: primary
@@ -140,7 +132,6 @@ deployment_groups:
140132
- stackdriver.resourceMetadata.writer
141133
- storage.objectAdmin
142134
- artifactregistry.reader
143-
- container.admin
144135

145136
- id: training_bucket
146137
source: community/modules/file-system/cloud-storage-bucket
@@ -240,27 +231,6 @@ deployment_groups:
240231
source: modules/management/kubectl-apply
241232
use: [a4-cluster]
242233
settings:
243-
apply_manifests:
244-
- source: $(vars.permissions_file_staged_path)
245-
template_vars:
246-
project_id: $(vars.project_id)
247-
- source: $(vars.chs_pvc_rendered_path)
248-
enable: $(vars.enable_periodic_health_checks)
249-
template_vars:
250-
pvc_name: $(vars.chs_pvc_claim_name)
251-
access_mode: ReadWriteOnce
252-
capacity: 1Gi
253-
storage_class_name: standard-rwo
254-
- source: $(vars.chs_cronjob_rendered_path)
255-
enable: $(vars.enable_periodic_health_checks)
256-
template_vars:
257-
project_id: $(vars.project_id)
258-
deployment_name: $(vars.deployment_name)
259-
region: $(vars.region)
260-
machine_type: a4-highgpu-8g
261-
gcs_bucket: $(vars.chs_output_bucket_name)
262-
gcs_pvc: $(vars.chs_pvc_claim_name)
263-
cronjob_schedule: $(vars.health_check_schedule)
264234
kueue:
265235
install: true
266236
config_path: $(vars.kueue_configuration_path)

0 commit comments

Comments
 (0)