Skip to content

Commit 686bfbe

Browse files
authored
Merge pull request #49917 from windsonsea/remdock
[zh] Remove migrate-dockershim-dockerd.md to sync with en
2 parents b52df74 + 452af1d commit 686bfbe

File tree

2 files changed

+9
-246
lines changed

2 files changed

+9
-246
lines changed

content/zh-cn/docs/tasks/administer-cluster/migrating-from-dockershim/_index.md

+9-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: dockershim 迁移
2+
title: Dockershim 迁移
33
weight: 20
44
content_type: task
55
no_list: true
@@ -17,16 +17,16 @@ no_list: true
1717
This section presents information you need to know when migrating from
1818
dockershim to other container runtimes.
1919
-->
20-
本节提供从 dockershim 迁移到其他容器运行时的必备知识。
20+
本节提供从 Dockershim 迁移到其他容器运行时的必备知识。
2121

2222
<!--
2323
Since the announcement of [dockershim deprecation](/blog/2020/12/08/kubernetes-1-20-release-announcement/#dockershim-deprecation)
2424
in Kubernetes 1.20, there were questions on how this will affect various workloads and Kubernetes
2525
installations. Our [Dockershim Removal FAQ](/blog/2022/02/17/dockershim-faq/) is there to help you
2626
to 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
3636
it is recommended that you either migrate to another runtime or find an alternative means to obtain Docker Engine support.
3737
-->
3838
Dockershim 在 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
5555
to contact your Kubernetes provider for support or upgrade multiple versions at a time
5656
if there are critical issues affecting your cluster.
5757
-->
58-
dockershim 的 Kubernetes 版本 (1.23) 已不再支持,
58+
Dockershim 的 Kubernetes 版本 (1.23) 已不再支持,
5959
v1.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.
7070
These 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)

content/zh-cn/docs/tasks/administer-cluster/migrating-from-dockershim/migrate-dockershim-dockerd.md

-235
This file was deleted.

0 commit comments

Comments
 (0)