11---
2- title : 从 dockershim 迁移
2+ title : 从 Dockershim 迁移
33weight : 20
44content_type : task
55no_list : true
@@ -17,16 +17,16 @@ no_list: true
1717This section presents information you need to know when migrating from
1818dockershim to other container runtimes.
1919-->
20- 本节提供从 dockershim 迁移到其他容器运行时的必备知识。
20+ 本节提供从 Dockershim 迁移到其他容器运行时的必备知识。
2121
2222<!--
2323Since the announcement of [dockershim deprecation](/blog/2020/12/08/kubernetes-1-20-release-announcement/#dockershim-deprecation)
2424in Kubernetes 1.20, there were questions on how this will affect various workloads and Kubernetes
2525installations. Our [Dockershim Removal FAQ](/blog/2022/02/17/dockershim-faq/) is there to help you
2626to understand the problem better.
2727-->
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 ) ,
3030各类疑问随之而来:这对各类工作负载和 Kubernetes 部署会产生什么影响。
3131我们的[ 弃用 Dockershim 常见问题] ( /blog/2022/02/17/dockershim-faq/ ) 可以帮助你更好地理解这个问题。
3232
@@ -36,7 +36,7 @@ If you use Docker Engine via dockershim as your container runtime and wish to up
3636it is recommended that you either migrate to another runtime or find an alternative means to obtain Docker Engine support.
3737-->
3838Dockershim 在 Kubernetes v1.24 版本已经被移除。
39- 如果你集群内是通过 dockershim 使用 Docker Engine 作为容器运行时,并希望 Kubernetes 升级到 v1.24,
39+ 如果你集群内是通过 Dockershim 使用 Docker Engine 作为容器运行时,并希望 Kubernetes 升级到 v1.24,
4040建议你迁移到其他容器运行时或使用其他方法以获得 Docker 引擎支持。
4141
4242<!--
@@ -55,11 +55,11 @@ ready for dockershim removal. After v1.24 running out of support, you will need
5555to contact your Kubernetes provider for support or upgrade multiple versions at a time
5656if there are critical issues affecting your cluster.
5757-->
58- 带 dockershim 的 Kubernetes 版本 (1.23) 已不再支持,
58+ 带 Dockershim 的 Kubernetes 版本 (1.23) 已不再支持,
5959v1.24 [ 很快] ( /zh-cn/releases/#release-v1-24 ) 也将不再支持。
6060
6161当在迁移过程中遇到麻烦,请[ 上报问题] ( https://github.com/kubernetes/kubernetes/issues ) 。
62- 那么问题就可以及时修复,你的集群也可以进入移除 dockershim 前的就绪状态。
62+ 那么问题就可以及时修复,你的集群也可以进入移除 Dockershim 前的就绪状态。
6363在 v1.24 支持结束后,如果出现影响集群的严重问题,
6464你需要联系你的 Kubernetes 供应商以获得支持或一次升级多个版本。
6565
@@ -70,16 +70,14 @@ configuration.
7070These tasks will help you to migrate:
7171
7272* [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/)
7473* [Migrating telemetry and security agents from dockershim](/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents/)
7574-->
7675你的集群中可以有不止一种类型的节点,尽管这不是常见的情况。
7776
7877下面这些任务可以帮助你完成迁移:
7978
8079* [ 检查移除 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/ )
8381
8482## {{% heading "whatsnext" %}}
8583
@@ -91,5 +89,5 @@ These tasks will help you to migrate:
9189 to the Kubernetes project.
9290-->
9391* 查看[ 容器运行时] ( /zh-cn/docs/setup/production-environment/container-runtimes/ ) 了解可选的容器运行时。
94- * 如果你发现与 dockershim 迁移相关的缺陷或其他技术问题,
92+ * 如果你发现与 Dockershim 迁移相关的缺陷或其他技术问题,
9593 可以在 Kubernetes 项目[ 报告问题] ( https://github.com/kubernetes/kubernetes/issues/new/choose ) 。
0 commit comments