Skip to content

Commit

Permalink
update pause image to 3.10
Browse files Browse the repository at this point in the history
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
  • Loading branch information
bzsuni committed May 24, 2024
1 parent bbcc02f commit ed85014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/base/files/etc/containerd/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ version = 2

[plugins."io.containerd.grpc.v1.cri"]
# use fixed sandbox image
sandbox_image = "registry.k8s.io/pause:3.7"
sandbox_image = "registry.k8s.io/pause:3.10"
# allow hugepages controller to be missing
# see https://github.com/containerd/cri/pull/1501
tolerate_missing_hugepages_controller = true
Expand Down
2 changes: 1 addition & 1 deletion pkg/cluster/nodeutils/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "registry.k8s.io/pause:3.7"
sandbox_image = "registry.k8s.io/pause:3.10"
selinux_category_range = 1024
stats_collect_period = 10
stream_idle_timeout = "4h0m0s"
Expand Down

0 comments on commit ed85014

Please sign in to comment.