Releases: ReSearchITEng/kubeadm-playbook
Releases · ReSearchITEng/kubeadm-playbook
v1.18
v1.18
v1.18.2
v1.18.2
v1.17.5
v1.17.5
v1.17.5.dash1
v1.17.5 - with old dashboard (1)
v1.16.3
bump k8s vers.
small bug fixes.
v1.16.2
major points: fixes for newer debian based systems (kernel 5.3, where some kernel modules are not usable)
v1.16
v1.16 updates
v1.15.2
keepalived can be in docker (OS package is kept also as an option)
v1.15
multi master fully from kubeadm.
No more need for manual etcd setup.
v1.14
Multimaster is now done using kubeadm's native multimaster solution (custom code has been finally removed).
vsphere setups has been worked:
- vcenter password is now in a secret
- cloud-config file is now limited to masters (not required on the nodes)
- the vsphere_bug_fix script has been improved to do also node delete for fixing vsphere related issues (if any)
cons of 1.14:
- in 1.14, when multimaster setup is required, kubeadm join for masters is done using command, not config.yaml, therefore, should you have any advanced setting in JoinConfiguration.yml, it will be ignored. (If you don't know what is this about, most probably you are not affected even in multimaster configuration).
- starting 1.14, we won't support different vms for etcd and others for masters (kubeadm limitation). It's was not a common setup anyway.