From 7af1e0b27015f67ac1a695a404cb9c36d80d5f09 Mon Sep 17 00:00:00 2001 From: Grant Griffiths Date: Wed, 11 Aug 2021 09:01:53 -0700 Subject: [PATCH] Add -k consul dependency back in Signed-off-by: Grant Griffiths --- demo/csi/portworx-csi-plugin/README.md | 1 + demo/csi/portworx-csi-plugin/portworx-csi-plugin.hcl | 1 + 2 files changed, 2 insertions(+) diff --git a/demo/csi/portworx-csi-plugin/README.md b/demo/csi/portworx-csi-plugin/README.md index 01480741f..68411ace2 100644 --- a/demo/csi/portworx-csi-plugin/README.md +++ b/demo/csi/portworx-csi-plugin/README.md @@ -10,6 +10,7 @@ Before getting started, full documentation for using Portworx with Nomad can be * Portworx 2.8.0 or higher is required for using the Portworx CSI Driver on Nomad * Nomad 1.1.0 or higher is recommended for the full suite of volume operations * A minimum of 3 nodes is required for running Portworx on Nomad +* Connection to a consul cluster is required ## Configure your Nomad clients diff --git a/demo/csi/portworx-csi-plugin/portworx-csi-plugin.hcl b/demo/csi/portworx-csi-plugin/portworx-csi-plugin.hcl index 6a4a18fd9..b2771c444 100644 --- a/demo/csi/portworx-csi-plugin/portworx-csi-plugin.hcl +++ b/demo/csi/portworx-csi-plugin/portworx-csi-plugin.hcl @@ -76,6 +76,7 @@ job "portworx" { "-c", "px-cluster-nomadv1", "-a", "-b", + "-k", "consul://127.0.0.1:8500", "--endpoint", "0.0.0.0:9015" ]