Skip to content

Commit d022b2a

Browse files
authored
Merge pull request #39152 from Zhuzhenghao/migrating-from-dockershim
[zh] Resync migrating-from-dockershim/_index.md
2 parents 8568c2d + 67a8493 commit d022b2a

File tree

1 file changed

+18
-19
lines changed
  • content/zh-cn/docs/tasks/administer-cluster/migrating-from-dockershim

1 file changed

+18
-19
lines changed
Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
---
22
title: 从 dockershim 迁移
3-
weight: 10
4-
content_type: task
3+
weight: 20
4+
content_type: task
55
no_list: true
66
---
7-
<!--
7+
<!--
88
title: "Migrating from dockershim"
9-
weight: 10
10-
content_type: task
9+
weight: 20
10+
content_type: task
11+
no_list: true
1112
-->
1213

1314
<!-- overview -->
1415

15-
<!--
16+
<!--
1617
This section presents information you need to know when migrating from
1718
dockershim to other container runtimes.
1819
-->
1920
本节提供从 dockershim 迁移到其他容器运行时的必备知识。
2021

21-
<!--
22+
<!--
2223
Since the announcement of [dockershim deprecation](/blog/2020/12/08/kubernetes-1-20-release-announcement/#dockershim-deprecation)
2324
in Kubernetes 1.20, there were questions on how this will affect various workloads and Kubernetes
2425
installations. Our [Dockershim Removal FAQ](/blog/2022/02/17/dockershim-faq/) is there to help you
@@ -27,25 +28,24 @@ to understand the problem better.
2728
自从 Kubernetes 1.20 宣布
2829
[弃用 dockershim](/zh-cn/blog/2020/12/08/kubernetes-1-20-release-announcement/#dockershim-deprecation)
2930
各类疑问随之而来:这对各类工作负载和 Kubernetes 部署会产生什么影响。
30-
我们的[弃用 Dockershim 常见问题](/blog/2022/02/17/dockershim-faq/)可以帮助你更好地理解这个问题。
31+
我们的[弃用 Dockershim 常见问题](/blog/2022/02/17/dockershim-faq/)可以帮助你更好地理解这个问题。
3132

32-
<!--
33+
<!--
3334
Dockershim was removed from Kubernetes with the release of v1.24.
34-
If you use Docker Engine via dockershim as your container runtime, and wish to upgrade to v1.24,
35+
If you use Docker Engine via dockershim as your container runtime and wish to upgrade to v1.24,
3536
it is recommended that you either migrate to another runtime or find an alternative means to obtain Docker Engine support.
3637
-->
3738
Dockershim 在 Kubernetes v1.24 版本已经被移除。
3839
如果你集群内是通过 dockershim 使用 Docker Engine 作为容器运行时,并希望 Kubernetes 升级到 v1.24,
3940
建议你迁移到其他容器运行时或使用其他方法以获得 Docker 引擎支持。
4041

4142
<!--
42-
Check out [container runtimes](/docs/setup/production-environment/container-runtimes/)
43+
Check out the [container runtimes](/docs/setup/production-environment/container-runtimes/)
4344
section to know your options. Make sure to
4445
[report issues](https://github.com/kubernetes/kubernetes/issues) you encountered
45-
with the migration. So the issue can be fixed in a timely manner and your cluster would be
46+
with the migration so the issues can be fixed in a timely manner and your cluster would be
4647
ready for dockershim removal.
4748
-->
48-
建议从 dockershim 迁移到其他替代的容器运行时。
4949
请参阅[容器运行时](/zh-cn/docs/setup/production-environment/container-runtimes/)
5050
一节以了解可用的备选项。
5151
当在迁移过程中遇到麻烦,请[上报问题](https://github.com/kubernetes/kubernetes/issues)
@@ -57,27 +57,27 @@ configuration.
5757
5858
These tasks will help you to migrate:
5959
60-
* [Check whether Dockershim deprecation affects you](/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-removal-affects-you/)
60+
* [Check whether Dockershim removal affects you](/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-removal-affects-you/)
6161
* [Migrate Docker Engine nodes from dockershim to cri-dockerd](/docs/tasks/administer-cluster/migrating-from-dockershim/migrate-dockershim-dockerd/)
6262
* [Migrating telemetry and security agents from dockershim](/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents/)
6363
-->
6464
你的集群中可以有不止一种类型的节点,尽管这不是常见的情况。
6565

6666
下面这些任务可以帮助你完成迁移:
6767

68-
* [检查弃用 Dockershim 是否影响到你](/zh-cn/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-removal-affects-you/)
68+
* [检查移除 Dockershim 是否影响到你](/zh-cn/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-removal-affects-you/)
6969
* [将 Docker Engine 节点从 dockershim 迁移到 cri-dockerd](/zh-cn/docs/tasks/administer-cluster/migrating-from-dockershim/migrate-dockershim-dockerd/)
7070
* [从 dockershim 迁移遥测和安全代理](/zh-cn/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents/)
7171

7272
## {{% heading "whatsnext" %}}
7373

7474
<!--
7575
* Check out [container runtimes](/docs/setup/production-environment/container-runtimes/)
76-
to understand your options for a container runtime.
76+
to understand your options for an alternative.
7777
* There is a
7878
[GitHub issue](https://github.com/kubernetes/kubernetes/issues/106917)
79-
to track discussion about the deprecation and removal of dockershim.
80-
* If you found a defect or other technical concern relating to migrating away from dockershim,
79+
to track the discussion about the deprecation and removal of dockershim.
80+
* If you find a defect or other technical concern relating to migrating away from dockershim,
8181
you can [report an issue](https://github.com/kubernetes/kubernetes/issues/new/choose)
8282
to the Kubernetes project.
8383
-->
@@ -86,4 +86,3 @@ These tasks will help you to migrate:
8686
dockershim 的弃用和删除的讨论。
8787
* 如果你发现与 dockershim 迁移相关的缺陷或其他技术问题,
8888
可以在 Kubernetes 项目[报告问题](https://github.com/kubernetes/kubernetes/issues/new/choose)
89-

0 commit comments

Comments
 (0)