We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d454d5d commit a079db4Copy full SHA for a079db4
1 file changed
examples/gke-a4x/gke-a4x.yaml
@@ -64,7 +64,7 @@ vars:
64
# # Please refer https://cloud.google.com/managed-lustre/docs/locations
65
66
# # Managed-Lustre instance name. This should be unique for each deployment.
67
- # lustre_instance_id: gke-lustre-instance-a4x1
+ # lustre_instance_id: $(vars.deployment_name)
68
69
# # The values of size_gib and per_unit_storage_throughput are co-related
70
# # Please refer https://cloud.google.com/managed-lustre/docs/create-instance#performance-tiers
@@ -259,8 +259,6 @@ deployment_groups:
259
# remote_mount: lustrefs
260
# size_gib: $(vars.lustre_size_gib)
261
# per_unit_storage_throughput: $(vars.per_unit_storage_throughput)
262
- # zone: us-central1-a
263
-
264
265
# - id: lustre-pv
266
# source: modules/file-system/gke-persistent-volume
0 commit comments