Created
October 7, 2014 00:31
-
-
Save kelseyhightower/12378a312b0a64e79e64 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| confd $ cp ~/Downloads/confd-0.6.1-darwin-amd64 /usr/local/bin/confd | |
| confd $ chmod +x /usr/local/bin/confd | |
| confd $ confd --debug --scheme https --onetime -confdir ~/confd-examples/ | |
| 2014-10-06T17:31:10-07:00 Macintosh.local confd[76251]: WARNING Skipping confd config file. | |
| 2014-10-06T17:31:10-07:00 Macintosh.local confd[76251]: NOTICE Backend set to etcd | |
| 2014-10-06T17:31:10-07:00 Macintosh.local confd[76251]: NOTICE Starting confd | |
| 2014-10-06T17:31:10-07:00 Macintosh.local confd[76251]: NOTICE Backend nodes set to https://127.0.0.1:4001 | |
| 2014-10-06T17:31:10-07:00 Macintosh.local confd[76251]: ERROR cannot connect to etcd cluster: https://127.0.0.1:4001 | |
| confd $ confd --debug --scheme http --onetime -confdir ~/confd-examples/ | |
| 2014-10-06T17:31:21-07:00 Macintosh.local confd[76252]: WARNING Skipping confd config file. | |
| 2014-10-06T17:31:21-07:00 Macintosh.local confd[76252]: NOTICE Backend set to etcd | |
| 2014-10-06T17:31:21-07:00 Macintosh.local confd[76252]: NOTICE Starting confd | |
| 2014-10-06T17:31:21-07:00 Macintosh.local confd[76252]: NOTICE Backend nodes set to http://127.0.0.1:4001 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment