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.

31 lines
690 B

8 years ago
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. # ## configure a bastion host if your nodes are not directly reachable
  10. # bastion ansible_ssh_host=x.x.x.x
  11. # [kube-master]
  12. # node1
  13. # node2
  14. # [etcd]
  15. # node1
  16. # node2
  17. # node3
  18. # [kube-node]
  19. # node2
  20. # node3
  21. # node4
  22. # node5
  23. # node6
  24. # [k8s-cluster:children]
  25. # kube-node
  26. # kube-master