mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-08 11:07:43 +03:00
Kata-Containers: Fix kata-containers runtime (#8068)
* Kata-containes: Fix for ubuntu and centos sometimes kata containers fail to start because of access errors to /dev/vhost-vsock and /dev/vhost-net * Kata-containers: use similar testing strategy as gvisor * Kata-Containers: adjust values for 2.2.0 defaults Make CI tests actually pass * Kata-Containers: bump to 2.2.2 to fix sandbox_cgroup_only issue
This commit is contained in:
@@ -53,7 +53,7 @@ kubeadm_version: "{{ kube_version }}"
|
||||
etcd_version: v3.5.0
|
||||
crun_version: 1.3
|
||||
runc_version: v1.0.2
|
||||
kata_containers_version: 2.2.0
|
||||
kata_containers_version: 2.2.2
|
||||
gvisor_version: 20210921
|
||||
|
||||
# gcr and kubernetes image repo define
|
||||
@@ -463,15 +463,15 @@ kata_containers_binary_checksums:
|
||||
arm:
|
||||
2.0.4: 0
|
||||
2.1.1: 0
|
||||
2.2.0: 0
|
||||
2.2.2: 0
|
||||
amd64:
|
||||
2.0.4: 022a60c2d92a5ab9a5eb83d5a95154a2d06fdc2206b2a473d902ccc86766371a
|
||||
2.1.1: a83591d968cd0f1adfb5025d7aa33ca1385d4b1165ff10d74602302fc3c0373f
|
||||
2.2.0: 50163e2a430e96447117f7169a4ed5a8bdea09267d62a39221d5b8b3b3f88c0e
|
||||
2.2.2: 2e3ac77b8abd4d839cf16780b57aee8f3d6e1f19489edd7d6d8069ea3cc3c18a
|
||||
arm64:
|
||||
2.0.4: 0
|
||||
2.1.1: 0
|
||||
2.2.0: 0
|
||||
2.2.2: 0
|
||||
|
||||
gvisor_runsc_binary_checksums:
|
||||
arm:
|
||||
|
||||
Reference in New Issue
Block a user