democratic-csi/docs/Nomad
Daniel Carbone fcaa64e612
Update democratic-csi-iscsi-node.hcl
Adding suggested additional config to help with iscsi volumes being formatted each time they're mounted

re: #215
2023-05-14 20:05:40 -05:00
..
examples Update democratic-csi-iscsi-node.hcl 2023-05-14 20:05:40 -05:00
README.md further Nomad documentation 2021-12-01 22:24:59 -07:00

README.md

setup

cat <<EOF > /etc/nomad.d/csi.hcl
plugin "docker" {
  config {
    allow_privileged = true
    volumes {
      # required for bind mounting host directories
      enabled = true
    }
  }
}