mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Remove install dependency on consul for simplicity
Signed-off-by: Grant Griffiths <ggriffiths@purestorage.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user