From 4234bdf1dd4c77e77c47fd06c50827690479d168 Mon Sep 17 00:00:00 2001 From: Grant Griffiths Date: Thu, 5 Aug 2021 01:09:53 -0700 Subject: [PATCH] Remove install dependency on consul for simplicity Signed-off-by: Grant Griffiths --- demo/csi/portworx-csi-plugin/README.md | 1 - demo/csi/portworx-csi-plugin/portworx-csi-plugin.hcl | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/demo/csi/portworx-csi-plugin/README.md b/demo/csi/portworx-csi-plugin/README.md index 5379cc0e9..494b6c39a 100644 --- a/demo/csi/portworx-csi-plugin/README.md +++ b/demo/csi/portworx-csi-plugin/README.md @@ -6,7 +6,6 @@ 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 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 d4fe10fd2..6a4a18fd9 100644 --- a/demo/csi/portworx-csi-plugin/portworx-csi-plugin.hcl +++ b/demo/csi/portworx-csi-plugin/portworx-csi-plugin.hcl @@ -75,7 +75,7 @@ job "portworx" { args = [ "-c", "px-cluster-nomadv1", "-a", - "-k", "consul://127.0.0.1:8500", + "-b", "--endpoint", "0.0.0.0:9015" ]