mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-25 17:12:50 +00:00
8 lines
180 B
YAML
8 lines
180 B
YAML
dependencies:
|
|
- role: cri/crictl
|
|
|
|
- role: cri/docker
|
|
when: .cri.container_manager | eq "docker"
|
|
|
|
- role: cri/containerd
|
|
when: .cri.container_manager | eq "containerd" |