Skip to content

Commit fcaf08e

Browse files
authored
Merge pull request #49407 from asa3311/sync-zh-165
[zh] sync persistent-volumes container-runtimes dns-custom-nameservers
2 parents 87780fe + f20bfdd commit fcaf08e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/zh-cn/docs/setup/production-environment/container-runtimes.md

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

450450
```toml
451451
[plugins."io.containerd.grpc.v1.cri"]
452-
sandbox_image = "registry.k8s.io/pause:3.2"
452+
sandbox_image = "registry.k8s.io/pause:3.10"
453453
```
454454

455455
<!--
@@ -523,7 +523,7 @@ config value:
523523

524524
```toml
525525
[crio.image]
526-
pause_image="registry.k8s.io/pause:3.6"
526+
pause_image="registry.k8s.io/pause:3.10"
527527
```
528528

529529
<!--

content/zh-cn/docs/tasks/administer-cluster/dns-custom-nameservers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ Your cluster must be running the CoreDNS add-on.
3939
## Introduction
4040
4141
DNS is a built-in Kubernetes service launched automatically
42-
using the _addon manager_ [cluster add-on](http://releases.k8s.io/master/cluster/addons/README.md).
42+
using the _addon manager_ [cluster add-on](https://github.com/kubernetes/kubernetes/blob/master/cluster/addons/addon-manager/README.md).
4343
-->
4444
## 介绍 {#introduction}
4545

4646
DNS 是使用 **插件管理器**
47-
[集群插件](http://releases.k8s.io/master/cluster/addons/README.md)自动启动的 Kubernetes 内置服务。
47+
[集群插件](https://github.com/kubernetes/kubernetes/blob/master/cluster/addons/addon-manager/README.md)自动启动的 Kubernetes 内置服务。
4848

4949
{{< note >}}
5050
<!--

0 commit comments

Comments
 (0)