Skip to content

Commit

Permalink
demo: clarify CSI host-path single client limitation. (#18770)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Gross <tgross@hashicorp.com>
  • Loading branch information
jrasell and tgross authored Oct 16, 2023
1 parent cbd7248 commit fe0a06e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions demo/csi/hostpath/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fe0a06e

Please sign in to comment.