Skip to content

Commit

Permalink
Minor doc fix. __address__ is not valid to use, will cuase etcd faili…
Browse files Browse the repository at this point in the history
…ng to start.. Should pass in 0.0.0.0 as address.
  • Loading branch information
granular-ryanbonham committed May 22, 2020
1 parent 7aa65d7 commit 82def09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cluster_spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ etcdClusters:
manager:
env:
- name: ETCD_LISTEN_METRICS_URLS
value: http://__address__:8081
value: http://0.0.0.0:8081
- name: ETCD_METRICS
value: basic
```
Expand Down

0 comments on commit 82def09

Please sign in to comment.