You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# See the driver-parameters.md file for a full description of parameters.
#
# The IP address of the existing Lustre
mgs-ip-address: ${EXISTING_LUSTRE_IP_ADDRESS}
#
# The subdirectory within the AMLFS cluster's root directory which is where each pod will actually be mounted within the AMLFS filesystem.
# This subdirectory does not need to exist beforehand. This must be a valid Linux file path.
# It can also interpret metadata such as `"${pvc.metadata.name}"`, `"${pvc.metadata.namespace}"`, `"${pv.metadata.name}"`, `"${pod.metadata.name}"`, `"${pod.metadata.namespace}"`, `"${pod.metadata.uid}"`.
# sub-dir: {SUBDIRECTORY}
#
provisioner: azurelustre.csi.azure.com
# Azure Managed Lustre cluster is removed after PVC deletion if reclaimPolicy is the default value "Delete".