mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 08:18:44 -03:30
download run once feature for containerd (#6997)
This commit is contained in:
@@ -282,8 +282,8 @@
|
||||
|
||||
- name: Stop if download_localhost is enabled when container_manager not docker
|
||||
assert:
|
||||
that: container_manager == 'docker'
|
||||
msg: "download_run_once support only for docker. See https://github.com/containerd/containerd/issues/4075 for details"
|
||||
that: container_manager in ['containerd', 'docker']
|
||||
msg: "download_run_once support only for docker or containerd"
|
||||
when: download_run_once or download_force_cache
|
||||
|
||||
- name: Stop if kata_containers_enabled is enabled when container_manager is docker
|
||||
|
||||
Reference in New Issue
Block a user