containerd

containerd An industry-standard container runtime with an emphasis on simplicity, robustness and portability Kubespray supports basic functionality for using containerd as the default container runtime in a cluster.

To use the containerd container runtime set the following variables:

k8s-cluster.yml

  1. container_manager: containerd

etcd.yml

  1. etcd_deployment_type: host

Containerd config

Example: define registry mirror for docker hub

  1. containerd_registries:
  2. "docker.io":
  3. - "https://mirror.gcr.io"
  4. - "https://registry-1.docker.io"