mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 01:57:37 -03:30
* Docker/Containerd: move downloads urls to containerd-common * gVisor: initial support for gVisor container runtime
45 lines
852 B
YAML
45 lines
852 B
YAML
---
|
|
dependencies:
|
|
- role: container-engine/kata-containers
|
|
when:
|
|
- kata_containers_enabled
|
|
tags:
|
|
- container-engine
|
|
- kata-containers
|
|
|
|
- role: container-engine/gvisor
|
|
when:
|
|
- gvisor_enabled
|
|
- container_manager in ['docker', 'containerd']
|
|
tags:
|
|
- container-engine
|
|
- gvisor
|
|
|
|
- role: container-engine/crun
|
|
when:
|
|
- crun_enabled
|
|
tags:
|
|
- container-engine
|
|
- crun
|
|
|
|
- role: container-engine/cri-o
|
|
when:
|
|
- container_manager == 'crio'
|
|
tags:
|
|
- container-engine
|
|
- crio
|
|
|
|
- role: container-engine/containerd
|
|
when:
|
|
- container_manager == 'containerd'
|
|
tags:
|
|
- container-engine
|
|
- containerd
|
|
|
|
- role: container-engine/docker
|
|
when:
|
|
- container_manager == 'docker'
|
|
tags:
|
|
- container-engine
|
|
- docker
|