kairen / kubeadm-ansible

Build a Kubernetes cluster using kubeadm via Ansible.
Apache License 2.0
723 stars 380 forks source link

Fix + update flannel for support with all architectures #51

Closed cdrage closed 5 years ago

cdrage commented 5 years ago

Flannel was previously not working, as the master node will never go to Ready since CNI was uninitialized.

This adds flannel support for ALL architectures (arm, amd, etc.) as well as fixes the current implementation.

cdrage commented 5 years ago

ping @kairen