Skip to content

Commit 9490ec4

Browse files
authored
Merge pull request #49297 from afbjorklund/runtime-sandbox-image-version
Upgrade the version of the sandbox image
2 parents a77363f + 4787df6 commit 9490ec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/setup/production-environment/container-runtimes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ sandbox image by setting the following config:
251251

252252
```toml
253253
[plugins."io.containerd.grpc.v1.cri"]
254-
sandbox_image = "registry.k8s.io/pause:3.2"
254+
sandbox_image = "registry.k8s.io/pause:3.10"
255255
```
256256

257257
You might need to restart `containerd` as well once you've updated the config file: `systemctl restart containerd`.
@@ -293,7 +293,7 @@ config value:
293293

294294
```toml
295295
[crio.image]
296-
pause_image="registry.k8s.io/pause:3.6"
296+
pause_image="registry.k8s.io/pause:3.10"
297297
```
298298

299299
This config option supports live configuration reload to apply this change: `systemctl reload crio` or by sending

0 commit comments

Comments
 (0)