Skip to content

Commit f05b52d

Browse files
committed
fix: updating n4-standard-4 to n4-standard-16
1 parent b72e477 commit f05b52d

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ deployment_groups:
167167
source: modules/scheduler/gke-cluster
168168
use: [gke-a3-ultra-net-0, workload_service_account]
169169
settings:
170-
system_node_pool_machine_type: "n4-standard-4"
170+
system_node_pool_machine_type: "n4-standard-16"
171171
system_node_pool_disk_size_gb: $(vars.system_node_pool_disk_size_gb)
172172
system_node_pool_taints: []
173173
enable_dcgm_monitoring: true

examples/gke-a4/gke-a4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ deployment_groups:
182182
source: modules/scheduler/gke-cluster
183183
use: [gke-a4-net-0, workload_service_account]
184184
settings:
185-
system_node_pool_machine_type: "n4-standard-4"
185+
system_node_pool_machine_type: "n4-standard-16"
186186
system_node_pool_disk_size_gb: $(vars.system_node_pool_disk_size_gb)
187187
system_node_pool_taints: []
188188
enable_dcgm_monitoring: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ vars:
4848
# can be inputted as <reservation-name>/reservationBlocks/<reservation-block-name>
4949
reservation:
5050
compute_nodepool_machine_type: a4x-maxgpu-4g-metal
51-
system_nodepool_machine_type: n4-standard-4
51+
system_nodepool_machine_type: n4-standard-16
5252

5353
nvidia_dra_driver_path: $(ghpc_stage("./nvidia-dra-driver.yaml"))
5454
asapd_lite_installer_path: $(ghpc_stage("./asapd-lite-installer.yaml"))

examples/gke-a4x/gke-a4x.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ vars:
4848
# can be inputted as <reservation-name>/reservationBlocks/<reservation-block-name>
4949
reservation:
5050
compute_nodepool_machine_type: a4x-highgpu-4g
51-
system_nodepool_machine_type: n4-standard-4
51+
system_nodepool_machine_type: n4-standard-16
5252

5353
# Installs NCCL library and Google NCCL plugin
5454
# Runs an init container on all GB200 GPU nodes with the NCCL plugin image

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ deployment_groups:
124124
source: modules/scheduler/gke-cluster
125125
use: [gke-a3-ultra-net-0, workload_service_account]
126126
settings:
127-
system_node_pool_machine_type: "n4-standard-4"
127+
system_node_pool_machine_type: "n4-standard-16"
128128
system_node_pool_disk_size_gb: $(vars.system_node_pool_disk_size_gb)
129129
system_node_pool_taints: []
130130
enable_dcgm_monitoring: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ deployment_groups:
116116
source: modules/scheduler/gke-cluster
117117
use: [gke-a3-ultra-net-0, workload_service_account]
118118
settings:
119-
system_node_pool_machine_type: "n4-standard-4"
119+
system_node_pool_machine_type: "n4-standard-16"
120120
system_node_pool_disk_size_gb: $(vars.system_node_pool_disk_size_gb)
121121
system_node_pool_taints: []
122122
enable_dcgm_monitoring: true

examples/gke-g4/gke-g4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ deployment_groups:
117117
source: modules/scheduler/gke-cluster
118118
use: [gke-g4-net-0, workload_service_account]
119119
settings:
120-
system_node_pool_machine_type: "n4-standard-4"
120+
system_node_pool_machine_type: "n4-standard-16"
121121
system_node_pool_disk_size_gb: $(vars.system_node_pool_disk_size_gb)
122122
system_node_pool_taints: []
123123
enable_dcgm_monitoring: true

examples/gke-h4d/gke-h4d.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ deployment_groups:
117117
source: modules/scheduler/gke-cluster
118118
use: [gke-h4d-net, gke-h4d-rdma-net, workload_service_account]
119119
settings:
120-
system_node_pool_machine_type: "n4-standard-4"
120+
system_node_pool_machine_type: "n4-standard-16"
121121
system_node_pool_disk_size_gb: $(vars.system_node_pool_disk_size_gb)
122122
system_node_pool_taints: []
123123
enable_multi_networking: true

0 commit comments

Comments
 (0)