Merge pull request #49297 from afbjorklund/runtime-sandbox-image-version

Upgrade the version of the sandbox image
pull/49303/head
Kubernetes Prow Robot 2025-01-06 18:14:07 +01:00 committed by GitHub
commit 9490ec432c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ sandbox image by setting the following config:
```toml
[plugins."io.containerd.grpc.v1.cri"]
sandbox_image = "registry.k8s.io/pause:3.2"
sandbox_image = "registry.k8s.io/pause:3.10"
```
You might need to restart `containerd` as well once you've updated the config file: `systemctl restart containerd`.
@ -293,7 +293,7 @@ config value:
```toml
[crio.image]
pause_image="registry.k8s.io/pause:3.6"
pause_image="registry.k8s.io/pause:3.10"
```
This config option supports live configuration reload to apply this change: `systemctl reload crio` or by sending