You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
583 B

8 years ago
  1. # ## Configure 'ip' variable to bind kubernetes services on a
  2. # ## different ip than the default iface
  3. # node1 ansible_ssh_host=95.54.0.12 # ip=10.3.0.1
  4. # node2 ansible_ssh_host=95.54.0.13 # ip=10.3.0.2
  5. # node3 ansible_ssh_host=95.54.0.14 # ip=10.3.0.3
  6. # node4 ansible_ssh_host=95.54.0.15 # ip=10.3.0.4
  7. # node5 ansible_ssh_host=95.54.0.16 # ip=10.3.0.5
  8. # node6 ansible_ssh_host=95.54.0.17 # ip=10.3.0.6
  9. # [kube-master]
  10. # node1
  11. # node2
  12. # [etcd]
  13. # node1
  14. # node2
  15. # node3
  16. # [kube-node]
  17. # node2
  18. # node3
  19. # node4
  20. # node5
  21. # node6
  22. # [k8s-cluster:children]
  23. # kube-node
  24. # kube-master