ansible-for-kubernetes
ansible-for-kubernetes copied to clipboard
Switch Chapter 4 local VM cluster setup to use containerd
trafficstars
Right now it uses Docker as the container engine. Two issues with that:
- Docker 20.x is not validated with the current K8s version in use in the example.
- Docker support as the container runtime is deprecated.