mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 02:27:43 +03:00
[cri-o] support cri-o 1.24 with kube 1.24
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
6380483e8b
commit
51bc64fb35
@@ -39,9 +39,6 @@
|
||||
import_tasks: "crio_repo.yml"
|
||||
when: crio_add_repos
|
||||
|
||||
- include_role: # noqa unnamed-task
|
||||
name: container-engine/crictl
|
||||
|
||||
- name: Build a list of crio runtimes with Katacontainers runtimes
|
||||
set_fact:
|
||||
crio_runtimes: "{{ crio_runtimes + kata_runtimes }}"
|
||||
|
||||
Reference in New Issue
Block a user