1
1
---
2
- title : 从 dockershim 迁移
2
+ title : 从 Dockershim 迁移
3
3
weight : 20
4
4
content_type : task
5
5
no_list : true
@@ -17,16 +17,16 @@ no_list: true
17
17
This section presents information you need to know when migrating from
18
18
dockershim to other container runtimes.
19
19
-->
20
- 本节提供从 dockershim 迁移到其他容器运行时的必备知识。
20
+ 本节提供从 Dockershim 迁移到其他容器运行时的必备知识。
21
21
22
22
<!--
23
23
Since the announcement of [dockershim deprecation](/blog/2020/12/08/kubernetes-1-20-release-announcement/#dockershim-deprecation)
24
24
in Kubernetes 1.20, there were questions on how this will affect various workloads and Kubernetes
25
25
installations. Our [Dockershim Removal FAQ](/blog/2022/02/17/dockershim-faq/) is there to help you
26
26
to understand the problem better.
27
27
-->
28
- 自从 Kubernetes 1.20 宣布
29
- [ 弃用 dockershim ] ( /zh-cn/blog/2020/12/08/kubernetes-1-20-release-announcement/#dockershim-deprecation ) ,
28
+ 自从 Kubernetes 1.20
29
+ 宣布 [ 弃用 Dockershim ] ( /zh-cn/blog/2020/12/08/kubernetes-1-20-release-announcement/#dockershim-deprecation ) ,
30
30
各类疑问随之而来:这对各类工作负载和 Kubernetes 部署会产生什么影响。
31
31
我们的[ 弃用 Dockershim 常见问题] ( /blog/2022/02/17/dockershim-faq/ ) 可以帮助你更好地理解这个问题。
32
32
@@ -36,7 +36,7 @@ If you use Docker Engine via dockershim as your container runtime and wish to up
36
36
it is recommended that you either migrate to another runtime or find an alternative means to obtain Docker Engine support.
37
37
-->
38
38
Dockershim 在 Kubernetes v1.24 版本已经被移除。
39
- 如果你集群内是通过 dockershim 使用 Docker Engine 作为容器运行时,并希望 Kubernetes 升级到 v1.24,
39
+ 如果你集群内是通过 Dockershim 使用 Docker Engine 作为容器运行时,并希望 Kubernetes 升级到 v1.24,
40
40
建议你迁移到其他容器运行时或使用其他方法以获得 Docker 引擎支持。
41
41
42
42
<!--
@@ -55,11 +55,11 @@ ready for dockershim removal. After v1.24 running out of support, you will need
55
55
to contact your Kubernetes provider for support or upgrade multiple versions at a time
56
56
if there are critical issues affecting your cluster.
57
57
-->
58
- 带 dockershim 的 Kubernetes 版本 (1.23) 已不再支持,
58
+ 带 Dockershim 的 Kubernetes 版本 (1.23) 已不再支持,
59
59
v1.24 [ 很快] ( /zh-cn/releases/#release-v1-24 ) 也将不再支持。
60
60
61
61
当在迁移过程中遇到麻烦,请[ 上报问题] ( https://github.com/kubernetes/kubernetes/issues ) 。
62
- 那么问题就可以及时修复,你的集群也可以进入移除 dockershim 前的就绪状态。
62
+ 那么问题就可以及时修复,你的集群也可以进入移除 Dockershim 前的就绪状态。
63
63
在 v1.24 支持结束后,如果出现影响集群的严重问题,
64
64
你需要联系你的 Kubernetes 供应商以获得支持或一次升级多个版本。
65
65
@@ -70,16 +70,14 @@ configuration.
70
70
These tasks will help you to migrate:
71
71
72
72
* [Check whether Dockershim removal affects you](/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-removal-affects-you/)
73
- * [Migrate Docker Engine nodes from dockershim to cri-dockerd](/docs/tasks/administer-cluster/migrating-from-dockershim/migrate-dockershim-dockerd/)
74
73
* [Migrating telemetry and security agents from dockershim](/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents/)
75
74
-->
76
75
你的集群中可以有不止一种类型的节点,尽管这不是常见的情况。
77
76
78
77
下面这些任务可以帮助你完成迁移:
79
78
80
79
* [ 检查移除 Dockershim 是否影响到你] ( /zh-cn/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-removal-affects-you/ )
81
- * [ 将 Docker Engine 节点从 dockershim 迁移到 cri-dockerd] ( /zh-cn/docs/tasks/administer-cluster/migrating-from-dockershim/migrate-dockershim-dockerd/ )
82
- * [ 从 dockershim 迁移遥测和安全代理] ( /zh-cn/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents/ )
80
+ * [ 从 Dockershim 迁移遥测和安全代理] ( /zh-cn/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents/ )
83
81
84
82
## {{% heading "whatsnext" %}}
85
83
@@ -91,5 +89,5 @@ These tasks will help you to migrate:
91
89
to the Kubernetes project.
92
90
-->
93
91
* 查看[ 容器运行时] ( /zh-cn/docs/setup/production-environment/container-runtimes/ ) 了解可选的容器运行时。
94
- * 如果你发现与 dockershim 迁移相关的缺陷或其他技术问题,
92
+ * 如果你发现与 Dockershim 迁移相关的缺陷或其他技术问题,
95
93
可以在 Kubernetes 项目[ 报告问题] ( https://github.com/kubernetes/kubernetes/issues/new/choose ) 。
0 commit comments