mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
add and use common crictl role (#6978)
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
- download
|
||||
- upload
|
||||
|
||||
- include_tasks: ../../container-engine/containerd/tasks/crictl.yml
|
||||
when:
|
||||
- not skip_downloads|default(false)
|
||||
- container_manager in ['containerd', 'crio']
|
||||
- name: install crictl
|
||||
import_role:
|
||||
name: container-engine/crictl
|
||||
when: not skip_downloads|default(false)
|
||||
|
||||
- name: download | Get kubeadm binary and list of required images
|
||||
include_tasks: prep_kubeadm_images.yml
|
||||
|
||||
Reference in New Issue
Block a user