techiescamp / vagrant-kubeadm-kubernetes

Vagrantfile & Scripts to setup Kubernetes Cluster using Kubeadm for CKA, CKAD and CKS practice environment
https://devopscube.com/kubernetes-cluster-vagrant/
GNU General Public License v3.0
662 stars 672 forks source link

[Feature Request] Kubernetes cluster with Containerd runtime #55

Closed navilg closed 6 months ago

navilg commented 1 year ago

Hi,

There are some feature which are available in containerd but not in cri-o and other way around. Can we add containerd option as well to this.

May be adding some flag/key in settings.yaml, it uses that key to either spinup cluster based on containerd or cri-o.

I will be happy to help on this

techiescamp commented 6 months ago

Hi Navil,

This repo is specifically created for k8s certifiation preparion. So we are using CRIO

navilg commented 6 months ago

Thanks @techiescamp. I had forked your repository and used containerd runtime to provision the cluster for my use. https://github.com/navilg/vagrant-kubernetes