sync persistent-volumes container-runtimes dns-custom-nameservers

Update persistent-volumes.md

Update persistent-volumes.md
pull/49407/head
xin gu 2025-01-13 17:13:41 +08:00
parent 646396c775
commit f20bfdde80
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 >}}
<!--