Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 451 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 451 Bytes

Ansible playbook for CentsOS 7 ONLY!

High available Kubeadm(v.1.7.5) cluster ansible playbook. Inspired by [https://github.com/cookeem/kubeadm-ha]

Prerequests:

  • CentOS 7+
  • Docker 1.12+

HOWTO:

  • rename inventory.example to inventory
  • set your cluster info in inventory file
  • run ansible-playbook k8s-cluster.yml

If in inventory file set only 1 master, playbook will deploy standard kubeadm cluster.

TODO:

  • token generation
  • e2e tests