diff --git a/roles/deploy-env/files/containerd_config.toml b/roles/deploy-env/files/containerd_config.toml index 4e5902630..b2868dc0f 100644 --- a/roles/deploy-env/files/containerd_config.toml +++ b/roles/deploy-env/files/containerd_config.toml @@ -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"