mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-02 08:17:01 +00:00
release: Kata Containers 2.1.0
- stable-2.1 | The last round of backports before releasing 2.1.0 - back port: image_build: align image size to 128M for arm64 - stable-2.1 | runtime: make dialing timeout configurable - stable-2.1 | agent: avoid reaping the exit signal of execute_hook in the reaper - stable-2.1 | Get sandbox metrics cli - packaging/kata-cleanup: add k3s containerd volume - stable-2.1: First round of backports - [backport]runtime: use s.ctx instead ctx for checking cancellation - [2.1.0] kernel: configs: Open CONFIG_VIRTIO_MEM in x86_64 Linux kernel - [2.1.0] Fix issue of virtio-mem9266c246
rustjail: separated the propagation flags from mount flags7086f91e
runtime: sandbox delete should succeed after verifying sandbox state0a7befa6
docs: Fix spell-check errors found after new text is discoveredeff70d2e
docs: Remove horizontal ruler markers that disable spell checks260f59df
image_build: align image size to 128M for arm64c0bdba23
runtime: make dialing timeout configurable1b3cf2fb
kata-monitor: export get stats for sandbox59b9e5d0
kata-runtime: add `metrics` command828a3048
agent: avoid reaping the exit signal of execute_hook in the reaperd3690952
runtime: shim: dedup client, socket addr code7f7c794d
runtime: Short the shim-monitor path3f1b7c91
cli: delete tracing code for kata-runtime binary68cad377
agent: Set fixed NOFILE limit value for kata-agent7c9067cc
docs: add per-Pod Kata configurations for enable_pprofdba86ef3
ci/install_yq.sh: install_yq: Check version before return3883e4e2
kernel: configs: Open CONFIG_VIRTIO_MEM in x86_64 Linux kernel79831faf
runtime: use s.ctx instead ctx for checking cancellation3212c7ae
packaging/kata-cleanup: add k3s containerd volume7f7c3fc8
qemu.go: qemu: resizeMemory: Fix virtio-mem resize overflow issuec9053ea3
qemu.go: qemu: setupVirtioMem: let sizeMB be multiple of 2Mib Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
parent
ed01ac3e0c
commit
5d3610e25f
@ -18,7 +18,7 @@ spec:
|
||||
katacontainers.io/kata-runtime: cleanup
|
||||
containers:
|
||||
- name: kube-kata-cleanup
|
||||
image: katadocker/kata-deploy:2.1.0-rc0
|
||||
image: katadocker/kata-deploy:2.1.0
|
||||
imagePullPolicy: Always
|
||||
command: [ "bash", "-c", "/opt/kata-artifacts/scripts/kata-deploy.sh reset" ]
|
||||
env:
|
||||
|
@ -16,7 +16,7 @@ spec:
|
||||
serviceAccountName: kata-label-node
|
||||
containers:
|
||||
- name: kube-kata
|
||||
image: katadocker/kata-deploy:2.1.0-rc0
|
||||
image: katadocker/kata-deploy:2.1.0
|
||||
imagePullPolicy: Always
|
||||
lifecycle:
|
||||
preStop:
|
||||
|
Loading…
Reference in New Issue
Block a user