Skip to content

Commit

Permalink
chore: migrate from k8s.gcr.io to registry.k8s.io (#2186)
Browse files Browse the repository at this point in the history
Signed-off-by: Waleed Malik <[email protected]>
  • Loading branch information
ahmedwaleedmalik authored Mar 16, 2023
1 parent f53cc8d commit b72da1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testdata/containerd/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version = 2

[plugins."io.containerd.grpc.v1.cri"]
# use fixed sandbox image
sandbox_image = "k8s.gcr.io/pause:3.5"
sandbox_image = "registry.k8s.io/pause:3.5"
# allow hugepages controller to be missing
# see https://github.com/containerd/cri/pull/1501
tolerate_missing_hugepages_controller = true
Expand Down

0 comments on commit b72da1d

Please sign in to comment.