File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
setup/production-environment Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ sandbox image by setting the following config:
449
449
450
450
``` toml
451
451
[plugins ."io .containerd .grpc .v1 .cri" ]
452
- sandbox_image = " registry.k8s.io/pause:3.2 "
452
+ sandbox_image = " registry.k8s.io/pause:3.10 "
453
453
```
454
454
455
455
<!--
@@ -523,7 +523,7 @@ config value:
523
523
524
524
``` toml
525
525
[crio .image ]
526
- pause_image =" registry.k8s.io/pause:3.6 "
526
+ pause_image =" registry.k8s.io/pause:3.10 "
527
527
```
528
528
529
529
<!--
Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ Your cluster must be running the CoreDNS add-on.
39
39
## Introduction
40
40
41
41
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).
43
43
-->
44
44
## 介绍 {#introduction}
45
45
46
46
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 内置服务。
48
48
49
49
{{< note >}}
50
50
<!--
You can’t perform that action at this time.
0 commit comments