update pause to use v3.7

This commit is contained in:
Paco Xu
2022-06-23 14:11:33 +08:00
committed by Benjamin Elder
parent d722e69012
commit 2f88c7a947
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ version = 2
[plugins."io.containerd.grpc.v1.cri"]
# use fixed sandbox image
sandbox_image = "k8s.gcr.io/pause:3.6"
sandbox_image = "k8s.gcr.io/pause:3.7"
# allow hugepages controller to be missing
# see https://github.com/containerd/cri/pull/1501
tolerate_missing_hugepages_controller = true

View File

@@ -77,7 +77,7 @@ func TestParseSnapshotter(t *testing.T) {
max_container_log_line_size = 16384
netns_mounts_under_state_dir = false
restrict_oom_score_adj = false
sandbox_image = "k8s.gcr.io/pause:3.6"
sandbox_image = "k8s.gcr.io/pause:3.7"
selinux_category_range = 1024
stats_collect_period = 10
stream_idle_timeout = "4h0m0s"