GPU-Live/template/stg-server/ddn/ddn-install-running/exa-csi-driver-2.3.5/deploy/kubernetes/exascaler-csi-file-driver-c...

26 lines
1.1 KiB
YAML

# exascaler-csi-file-driver config file to create k8s secret
#
# $ kubectl create secret generic exascaler-csi-file-driver-config \
# --from-file=deploy/kubernetes/exascaler-csi-file-driver-config.yaml
#
exascaler_map:
exa1:
mountPoint: /exaFS # mountpoint on the host where the exaFS will be mounted
exaFS: 10.204.86.114@tcp:/testfs # default path to exa filesystem
zone: zone-1
v1xCompatible: true # Optional. Can only be true for one of the Exa clusters
volumeDirPermissions: 0777 # Optional. Defines file permissions for mounted volumes.
exa2:
mountPoint: /exaFS-zone-2 # mountpoint on the host where the exaFS will be mounted
exaFS: 10.204.86.114@tcp:/testfs/zone-2 # default path to exa filesystem
zone: zone-2
exa3:
mountPoint: /exaFS-zone-3 # mountpoint on the host where the exaFS will be mounted
exaFS: 10.204.86.114@tcp:/testfs/zone-3 # default path to exa filesystem
zone: zone-3
debug: true # more logs