Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 539 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 539 Bytes

Kubeadm Automation

Deploy a Kubeadm Kubernetes cluster with Vagrant and Ansible.

Update NODE_NETWORK_BASE in Vagrantfile with your network prefix if you have virtalbox network limitations.

Deploy the Kubernetes cluster :

vagrant up

Remove the Kubernetes cluter :

vagrant destroy -f

Based on kubeadm-ansible, ansible-role-ntp and ansible-role-locale.