1
1
---
2
2
title : 从 dockershim 迁移
3
- weight : 10
4
- content_type : task
3
+ weight : 20
4
+ content_type : task
5
5
no_list : true
6
6
---
7
- <!--
7
+ <!--
8
8
title: "Migrating from dockershim"
9
- weight: 10
10
- content_type: task
9
+ weight: 20
10
+ content_type: task
11
+ no_list: true
11
12
-->
12
13
13
14
<!-- overview -->
14
15
15
- <!--
16
+ <!--
16
17
This section presents information you need to know when migrating from
17
18
dockershim to other container runtimes.
18
19
-->
19
20
本节提供从 dockershim 迁移到其他容器运行时的必备知识。
20
21
21
- <!--
22
+ <!--
22
23
Since the announcement of [dockershim deprecation](/blog/2020/12/08/kubernetes-1-20-release-announcement/#dockershim-deprecation)
23
24
in Kubernetes 1.20, there were questions on how this will affect various workloads and Kubernetes
24
25
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.
27
28
自从 Kubernetes 1.20 宣布
28
29
[ 弃用 dockershim] ( /zh-cn/blog/2020/12/08/kubernetes-1-20-release-announcement/#dockershim-deprecation ) ,
29
30
各类疑问随之而来:这对各类工作负载和 Kubernetes 部署会产生什么影响。
30
- 我们的[ 弃用 Dockershim 常见问题] ( /blog/2022/02/17/dockershim-faq/ ) 可以帮助你更好地理解这个问题。
31
+ 我们的[ 弃用 Dockershim 常见问题] ( /blog/2022/02/17/dockershim-faq/ ) 可以帮助你更好地理解这个问题。
31
32
32
- <!--
33
+ <!--
33
34
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,
35
36
it is recommended that you either migrate to another runtime or find an alternative means to obtain Docker Engine support.
36
37
-->
37
38
Dockershim 在 Kubernetes v1.24 版本已经被移除。
38
39
如果你集群内是通过 dockershim 使用 Docker Engine 作为容器运行时,并希望 Kubernetes 升级到 v1.24,
39
40
建议你迁移到其他容器运行时或使用其他方法以获得 Docker 引擎支持。
40
41
41
42
<!--
42
- Check out [container runtimes](/docs/setup/production-environment/container-runtimes/)
43
+ Check out the [container runtimes](/docs/setup/production-environment/container-runtimes/)
43
44
section to know your options. Make sure to
44
45
[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
46
47
ready for dockershim removal.
47
48
-->
48
- 建议从 dockershim 迁移到其他替代的容器运行时。
49
49
请参阅[ 容器运行时] ( /zh-cn/docs/setup/production-environment/container-runtimes/ )
50
50
一节以了解可用的备选项。
51
51
当在迁移过程中遇到麻烦,请[ 上报问题] ( https://github.com/kubernetes/kubernetes/issues ) 。
@@ -57,27 +57,27 @@ configuration.
57
57
58
58
These tasks will help you to migrate:
59
59
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/)
61
61
* [Migrate Docker Engine nodes from dockershim to cri-dockerd](/docs/tasks/administer-cluster/migrating-from-dockershim/migrate-dockershim-dockerd/)
62
62
* [Migrating telemetry and security agents from dockershim](/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents/)
63
63
-->
64
64
你的集群中可以有不止一种类型的节点,尽管这不是常见的情况。
65
65
66
66
下面这些任务可以帮助你完成迁移:
67
67
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/ )
69
69
* [ 将 Docker Engine 节点从 dockershim 迁移到 cri-dockerd] ( /zh-cn/docs/tasks/administer-cluster/migrating-from-dockershim/migrate-dockershim-dockerd/ )
70
70
* [ 从 dockershim 迁移遥测和安全代理] ( /zh-cn/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents/ )
71
71
72
72
## {{% heading "whatsnext" %}}
73
73
74
74
<!--
75
75
* 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 .
77
77
* There is a
78
78
[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,
81
81
you can [report an issue](https://github.com/kubernetes/kubernetes/issues/new/choose)
82
82
to the Kubernetes project.
83
83
-->
@@ -86,4 +86,3 @@ These tasks will help you to migrate:
86
86
dockershim 的弃用和删除的讨论。
87
87
* 如果你发现与 dockershim 迁移相关的缺陷或其他技术问题,
88
88
可以在 Kubernetes 项目[ 报告问题] ( https://github.com/kubernetes/kubernetes/issues/new/choose ) 。
89
-
0 commit comments