demo: add missing file for Kadalu CSI demo (#12336)

This commit is contained in:
Jonathan Tey 2022-03-22 21:50:50 +08:00 committed by GitHub
parent 2a2ebd0537
commit 4635be07ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# Unfortunately 'variable' interpolation isn't supported in volume spec
# so, parameters has to be supplied again
id = "csi-test"
name = "csi-test"
type = "csi"
plugin_id = "kadalu-csi"
capacity_min = "200M"
capacity_max = "1G"
capability {
access_mode = "multi-node-multi-writer"
attachment_mode = "file-system"
}
parameters {
kadalu_format = "native"
# Below parameters needs to be replaced correctly based on
# json file supplied during controller/nodeplugin job
storage_name = "POOL"
gluster_hosts = "GHOST"
gluster_volname = "GVOL"
}