Skip to content

Commit 1b73a57

Browse files
Fix the missing filestore_csi driver setup in the H4D blueprint (GoogleCloudPlatform#5015)
2 parents 37a44c5 + c312e6c commit 1b73a57

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/gke-h4d/gke-h4d.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ deployment_groups:
123123
enable_dcgm_monitoring: true
124124
enable_private_endpoint: false # Allows access from authorized public IPs
125125
configure_workload_identity_sa: true
126+
enable_filestore_csi: true
126127
master_authorized_networks:
127128
- cidr_block: $(vars.authorized_cidr) # Allows your machine to run the kubectl command. Required for multi network setup.
128129
display_name: "kubectl-access-network"

0 commit comments

Comments
 (0)