kairen / kubeadm-ansible

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

Support for Canal networking #48

Open spuder opened 5 years ago

spuder commented 5 years ago

Only flannel and calico networks are supported. It would be nice to have canal networking support too

https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/#pod-network

tuxpeople commented 5 years ago

I'll take a look at this. From the first look, should not be very complicated at all.

tuxpeople commented 5 years ago

This is fixed in #70 therefor this can be closed now.