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:
muzi502
2021-04-26 14:47:01 +08:00
committed by GitHub
parent ad15a4b755
commit 69806e0a46
6 changed files with 64 additions and 0 deletions

View File

@@ -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: