mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Update cri-o to 1.33.0 for kubernetes 1.33
Use ubuntu 22.04 for molecule test of cri-o, because crun included in the cri-o does not work on ubuntu 20.04.
This commit is contained in:
@@ -147,7 +147,7 @@ crictl_supported_versions:
|
||||
crictl_version: "{{ crictl_supported_versions[kube_major_version] }}"
|
||||
|
||||
crio_supported_versions:
|
||||
'1.33': 1.32.0
|
||||
'1.33': 1.33.0
|
||||
'1.32': 1.32.0
|
||||
'1.31': 1.31.3
|
||||
crio_version: "{{ crio_supported_versions[kube_major_version] }}"
|
||||
|
||||
Reference in New Issue
Block a user