Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

expect mode cannot be enabled when dev mode is enabled #62

Closed
adalga opened this issue Jul 11, 2017 · 1 comment
Closed

expect mode cannot be enabled when dev mode is enabled #62

adalga opened this issue Jul 11, 2017 · 1 comment

Comments

@adalga
Copy link

adalga commented Jul 11, 2017

I am trying to run consul on openshift container platform. I am using official consul docker image. I use CONSUL_LOCAL_CONFIG environment variable to get a 3 node consul cluster.

My json file like this : {
"data_dir": "/var/consul",
"log_level": "INFO",
"node_name": "node1",
"server": true,
"ui": true,
"bootstrap_expect": 3
}

I got an error like " Expect mode cannot be enabled when dev mode is enabled". How can I disable dev mode via using CONSUL_LOCAL_CONFIG variable?

@slackpad
Copy link
Contributor

Duplicate of hashicorp/consul#3255.

@slackpad slackpad marked this as a duplicate of hashicorp/consul#3255 Jul 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants