mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
update pause to use v3.7
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user