Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions examples/gke-h4d/gke-h4d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ deployment_groups:
system_node_pool_taints: []
enable_multi_networking: true
enable_dcgm_monitoring: true
enable_gcsfuse_csi: true
cluster_availability_type: "ZONAL"
enable_private_endpoint: false # Allows access from authorized public IPs
configure_workload_identity_sa: true
master_authorized_networks:
Expand Down Expand Up @@ -168,10 +166,10 @@ deployment_groups:
# - key: "node-type"
# operator: "Equal"
# value: "h4d"
# effect: "NoSchedule"
- key: node-type
value: h4d
effect: NoSchedule
# effect: "NO_SCHEDULE"
- key: "node-type"
value: "h4d"
effect: "NO_SCHEDULE"
placement_policy:
type: COMPACT
additional_networks:
Expand Down
Loading