Merge pull request #49407 from asa3311/sync-zh-165

[zh] sync persistent-volumes container-runtimes dns-custom-nameservers
pull/49496/head
Kubernetes Prow Robot 2025-01-18 20:14:34 -08:00 committed by GitHub
commit fcaf08ec9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -449,7 +449,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"
```
<!--
@ -523,7 +523,7 @@ config value:
```toml
[crio.image]
pause_image="registry.k8s.io/pause:3.6"
pause_image="registry.k8s.io/pause:3.10"
```
<!--

View File

@ -39,12 +39,12 @@ Your cluster must be running the CoreDNS add-on.
## Introduction
DNS is a built-in Kubernetes service launched automatically
using the _addon manager_ [cluster add-on](http://releases.k8s.io/master/cluster/addons/README.md).
using the _addon manager_ [cluster add-on](https://github.com/kubernetes/kubernetes/blob/master/cluster/addons/addon-manager/README.md).
-->
## 介绍 {#introduction}
DNS 是使用 **插件管理器**
[集群插件](http://releases.k8s.io/master/cluster/addons/README.md)自动启动的 Kubernetes 内置服务。
[集群插件](https://github.com/kubernetes/kubernetes/blob/master/cluster/addons/addon-manager/README.md)自动启动的 Kubernetes 内置服务。
{{< note >}}
<!--