We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77363f commit 4787df6Copy full SHA for 4787df6
content/en/docs/setup/production-environment/container-runtimes.md
@@ -251,7 +251,7 @@ sandbox image by setting the following config:
251
252
```toml
253
[plugins."io.containerd.grpc.v1.cri"]
254
- sandbox_image = "registry.k8s.io/pause:3.2"
+ sandbox_image = "registry.k8s.io/pause:3.10"
255
```
256
257
You might need to restart `containerd` as well once you've updated the config file: `systemctl restart containerd`.
@@ -293,7 +293,7 @@ config value:
293
294
295
[crio.image]
296
-pause_image="registry.k8s.io/pause:3.6"
+pause_image="registry.k8s.io/pause:3.10"
297
298
299
This config option supports live configuration reload to apply this change: `systemctl reload crio` or by sending
0 commit comments