mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
container_manager variable to specify runtime.
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
roles:
|
||||
- { role: kubespray-defaults}
|
||||
- { role: kubernetes/preinstall, tags: preinstall }
|
||||
- { role: docker, tags: docker, when: manage_docker|default(true) }
|
||||
- { role: cri-o, tags: crio, when: manage_crio }
|
||||
- { role: docker, tags: docker, when: container_manager == 'docker' }
|
||||
- { role: cri-o, tags: crio, when: container_manager == 'crio' }
|
||||
- role: rkt
|
||||
tags: rkt
|
||||
when: "'rkt' in [etcd_deployment_type, kubelet_deployment_type, vault_deployment_type]"
|
||||
|
||||
Reference in New Issue
Block a user