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

@@ -361,6 +361,9 @@ cert_manager_enabled: false
expand_persistent_volumes: false
metallb_enabled: false
# containerd official CLI tool
nerdctl_enabled: false
## When OpenStack is used, Cinder version can be explicitly specified if autodetection fails (Fixed in 1.9: https://github.com/kubernetes/kubernetes/issues/50461)
# openstack_blockstorage_version: "v1/v2/auto (default)"
openstack_blockstorage_ignore_volume_az: "{{ volume_cross_zone_attachment | default('false') }}"