16 lines
746 B
YAML
16 lines
746 B
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: /data # mountpoint on the host where the exaFS will be mounted
|
|
exaFS: 10.140.224.175@tcp:10.140.224.176@tcp:10.140.224.177@tcp:10.140.224.178@tcp:/GSDATA1 # default path to exa filesystem
|
|
zone: zone-1
|
|
managementIp: 10.140.224.175@tcp
|
|
v1xCompatible: true # Optional. Can only be true for one of the Exa clusters
|
|
volumeDirPermissions: 0777 # Optional. Defines file permissions for mounted volumes
|
|
debug: true
|