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

@@ -287,6 +287,7 @@
- "{{ bin_dir }}/calico-upgrade"
- "{{ bin_dir }}/weave"
- "{{ bin_dir }}/crictl"
- "{{ bin_dir }}/nerdctl"
- "{{ bin_dir }}/netctl"
- "{{ bin_dir }}/k8s-certs-renew.sh"
- /var/lib/cni
@@ -298,6 +299,7 @@
- /run/calico
- /etc/bash_completion.d/kubectl.sh
- /etc/bash_completion.d/crictl
- /etc/bash_completion.d/nerdctl
ignore_errors: yes
tags:
- files