Advertisement
Guest User

Untitled

a guest
Nov 26th, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. coreos:
  2. 8 # flannel:
  3. 9 # interface: $private_ipv4
  4. 10 # flannel:
  5. 11 # interface: $private_ipv4
  6. 12 # flannel:
  7. 13 # interface: $private_ipv4
  8. 14 etcd2:
  9. 15 # generate a new token for each unique cluster from https://discovery.etcd.io/new
  10. 16 # multi-region and multi-cloud deployments need to use $public_ipv4
  11. 17 listen-peer-urls: http://192.168.188.130:2380,http://192.168.188.130:7001
  12. 18 #listen-client-urls: http://0.0.0.0:2379,http://0.0.0.0:4001
  13. 19 listen-client-urls: http://0.0.0.0:2379,http://0.0.0.0:4001,http://192.168.188.130:2379,http://192.168.188.130:4001
  14. 20 initial-advertise-peer-urls: http://192.168.188.130:2380
  15. 21 # listen on both the official ports and the legacy ports
  16. 22 # legacy ports can be omitted if your application doesn't depend on them
  17. 23 advertise-client-urls: http://192.168.188.130:2379
  18. 24 discovery: https://discovery.etcd.io/0b10f410fc2c98e8ea037e9da4fc0bc6
  19. 25 data-dir: /var/lib/etcd2
  20. 26 fleet:
  21. 27 public-ip: 192.168.188.130
  22. 28 metadata: controlPlane=true,dataPlane=true,routerMesh=true
  23. 29 update:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement