mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 04:08:02 +03:00
Download once for crio (#6998)
* download run once feature for CRI-O * fix typo * fix test
This commit is contained in:
@@ -280,12 +280,6 @@
|
||||
msg: "download_localhost requires enable download_run_once"
|
||||
when: download_localhost
|
||||
|
||||
- name: Stop if download_localhost is enabled when container_manager not docker
|
||||
assert:
|
||||
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
|
||||
assert:
|
||||
that: container_manager != 'docker'
|
||||
|
||||
Reference in New Issue
Block a user