mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-22 16:27:51 -02:30
Add nerdctl cli tool for containerd user (#7500)
* Add nerdctl cli tool for containerd user * Add nerdctl enable option * Add nerdctl enable option and update nerdctl version to 0.8.0
This commit is contained in:
@@ -14,6 +14,14 @@
|
||||
- not skip_downloads|default(false)
|
||||
- container_manager in ['containerd', 'crio']
|
||||
|
||||
- name: install nerdctl
|
||||
import_role:
|
||||
name: container-engine/nerdctl
|
||||
when:
|
||||
- not skip_downloads|default(false)
|
||||
- container_manager in ['containerd']
|
||||
- nerdctl_enabled
|
||||
|
||||
- name: download | Get kubeadm binary and list of required images
|
||||
include_tasks: prep_kubeadm_images.yml
|
||||
when:
|
||||
|
||||
Reference in New Issue
Block a user