kubeasz/03.containerd.yml

7 lines
149 B
YAML
Raw Normal View History

2019-05-18 16:48:58 +08:00
# to install containerd service
- hosts:
- kube-master
- kube-node
roles:
- { role: containerd, when: "CONTAINER_RUNTIME == 'containerd'" }