We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can someone show a working Consul common.yaml configuration as all I am getting is
--- data_sources: [ "consul", "file", "environment" ] template_sources: [ "consul", "file" ] consul: url: 'http://127.0.0 .1:8500' dc: 'dc1' acl_token: <empty> register_services: false register_nodes: false templates: '/tiller/data/' values: global: '/tiller/globals/all' per_env: '/tiller/globals/%e' template: '/tiller/values/%e/%t' target: '/tiller/target_values/%t/%e'
http://localhost:8500/ui/
.idea/ common.yaml consul consul_1.0.7_darwin_amd64.zip data/
Instead of a nice UI as expected
Just following this blog doesnt seem to work:
http://www.markround.com/blog/2016/05/12/new-consul-plugin-for-tiller/
$ ./consul agent -server -bootstrap -client=0.0.0.0 -data-dir=./data -ui -ui-dir=. -advertise=127.0.0.1 failed MSpanList_Insert 0x101c000 0x165af961a656 0x0 0x0 fatal error: MSpanList_Insert
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Can someone show a working Consul common.yaml configuration as all I am getting is
http://localhost:8500/ui/
.idea/
common.yaml
consul
consul_1.0.7_darwin_amd64.zip
data/
Instead of a nice UI as expected
Just following this blog doesnt seem to work:
http://www.markround.com/blog/2016/05/12/new-consul-plugin-for-tiller/
$ ./consul agent -server -bootstrap -client=0.0.0.0 -data-dir=./data -ui -ui-dir=. -advertise=127.0.0.1
failed MSpanList_Insert 0x101c000 0x165af961a656 0x0 0x0
fatal error: MSpanList_Insert
The text was updated successfully, but these errors were encountered: