sandervanvugt / cka

394 stars 510 forks source link

modified script to use contianerd instead of docker and install weave #13

Open nsalfos opened 1 year ago

nsalfos commented 1 year ago

obviusly in your course you mention you use docker, but since the kubernetes documentation mentions docker is deprecated now, and need to install additional stuff, i thought switching to containerd the same you did with the ubuntu section. i added a small section to ensure the script is run by root

After i ran this script is was able to run kubeadm init without any issues in CentOS 7.

nsalfos commented 1 year ago

@sandervanvugt If you have some time to check this PR please consider merging it.