From fe0a06e4bc9c775f7d1b9bff52115524103f23eb Mon Sep 17 00:00:00 2001 From: James Rasell Date: Mon, 16 Oct 2023 15:58:26 +0100 Subject: [PATCH] demo: clarify CSI host-path single client limitation. (#18770) Co-authored-by: Tim Gross --- demo/csi/hostpath/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/demo/csi/hostpath/README.md b/demo/csi/hostpath/README.md index 076978a8e..03b0bd541 100644 --- a/demo/csi/hostpath/README.md +++ b/demo/csi/hostpath/README.md @@ -15,9 +15,10 @@ works on Nomad in a Vagrant environment, this demo is a good option. ## Requirements -* A running Nomad cluster with `docker.privileged.enabled = true`. The Nomad +* A running Nomad client with `docker.privileged.enabled = true`. The Nomad developer [Vagrantfile](https://github.com/hashicorp/nomad/blob/main/Vagrantfile) - in this repo is suitable. + in this repo is suitable. Note: this demo only supports a Nomad cluster with + a single client due to limitations with the hostpath plugin and CSI. Running the `run.sh` script in this directory will output the Nomad command used to run the demo, as well as their outputs: