Download once for crio (#6998)

* download run once feature for CRI-O

* fix typo

* fix test
This commit is contained in:
Sergey
2020-12-21 12:54:25 +03:00
committed by GitHub
parent 7d7739e031
commit 096bcdd078
6 changed files with 30 additions and 10 deletions

View File

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