Bump containerd sandbox image from 3.6 to 3.9

Fixes the following kubeadm warning:

W0321 01:33:46.409134   14953 checks.go:835] detected that the
sandbox image "registry.k8s.io/pause:3.6" of the container
runtime is inconsistent with that used by kubeadm.
It is recommended that using "registry.k8s.io/pause:3.9"
as the CRI sandbox image.

Change-Id: I8129a6e9ad3acdf314e2853851cd5274855e3209
This commit is contained in:
Vladimir Kozhukalov 2024-03-20 20:39:42 -05:00
parent cbbeebb5a1
commit d33e9bd50c

View File

@ -58,7 +58,7 @@ version = 2
max_container_log_line_size = 16384
netns_mounts_under_state_dir = false
restrict_oom_score_adj = false
sandbox_image = "registry.k8s.io/pause:3.6"
sandbox_image = "registry.k8s.io/pause:3.9"
selinux_category_range = 1024
stats_collect_period = 10
stream_idle_timeout = "4h0m0s"