Skip to content

Commit 55a0a87

Browse files
committed
[zh] Update Articles on dockershim Removal and on Using CRI-compatible Runtime
Signed-off-by: ydFu <[email protected]>
1 parent bad7e81 commit 55a0a87

File tree

1 file changed

+29
-22
lines changed

1 file changed

+29
-22
lines changed
Lines changed: 29 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,40 @@
11
---
22
title: 关于 dockershim 移除和使用兼容 CRI 运行时的文章
33
content_type: reference
4-
weight: 20
54
---
65

76
<!--
87
title: Articles on dockershim Removal and on Using CRI-compatible Runtimes
98
content_type: reference
10-
weight: 20
119
-->
1210

1311
<!-- overview -->
12+
1413
<!--
1514
This is a list of articles and other pages that are either
1615
about the Kubernetes' deprecation and removal of _dockershim_,
17-
or about using CRI-compatible container runtimes, in connection
18-
with that removal.
16+
or about using CRI-compatible container runtimes,
17+
in connection with that removal.
1918
-->
20-
这是关于 Kubernetes 弃用和删除 “dockershim”
21-
或使用兼容 CRI 的容器运行时相关的文章和其他页面的列表,
19+
这是关于 Kubernetes 弃用和移除 **dockershim**
20+
或使用兼容 CRI 的容器运行时相关的文章和其他页面的列表。
21+
2222
<!-- body -->
2323

2424
<!--
2525
## Kubernetes project
2626
27-
* Kubernetes blog: [Dockershim Removal FAQ](/blog/2022/02/17/dockershim-faq/) (originally published 2022/02/17)
27+
* Kubernetes blog: [Dockershim Removal FAQ](/blog/2020/12/02/dockershim-faq/) (originally published 2020/12/02)
28+
29+
* Kubernetes blog: [Updated: Dockershim Removal FAQ](/blog/2022/02/17/dockershim-faq/) (updated published 2022/02/17)
2830
2931
* Kubernetes blog: [Kubernetes is Moving on From Dockershim: Commitments and Next Steps](/blog/2022/01/07/kubernetes-is-moving-on-from-dockershim/) (published 2022/01/07)
3032
3133
* Kubernetes blog: [Dockershim removal is coming. Are you ready?](/blog/2021/11/12/are-you-ready-for-dockershim-removal/) (published 2021/11/12)
3234
3335
* Kubernetes documentation: [Migrating from dockershim](/docs/tasks/administer-cluster/migrating-from-dockershim/)
3436
35-
* Kubernetes documentation: [Container runtimes](/docs/setup/production-environment/container-runtimes/)
37+
* Kubernetes documentation: [Container Runtimes](/docs/setup/production-environment/container-runtimes/)
3638
3739
* Kubernetes enhancement proposal: [KEP-2221: Removing dockershim from kubelet](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/2221-remove-dockershim/README.md)
3840
@@ -41,30 +43,37 @@ with that removal.
4143

4244
## Kubernetes 项目 {#kubernetes-project}
4345

44-
* Kubernetes 博客:[Dockershim 弃用常见问题解答](/zh-cn/blog/2022/02/17/dockershim-faq/)(最初发表于 2022/02/17)
46+
* Kubernetes 博客:[Dockershim 移除常见问题解答](/zh-cn/blog/2020/12/02/dockershim-faq/)(最初发表于 2020/12/02)
47+
48+
* Kubernetes 博客:[更新:Dockershim 移除常见问题解答](/zh-cn/blog/2022/02/17/dockershim-faq/)(更新发表于 2020/12/02)
4549

4650
* Kubernetes 博客:[Kubernetes 即将移除 Dockershim:承诺和下一步](/blog/2022/01/07/kubernetes-is-moving-on-from-dockershim/)(发表于 2022/01/07)
4751

48-
* Kubernetes 博客:[移除 Dockershim 即将到来。你准备好了吗?](/zh-cn/blog/2021/11/12/are-you-ready-for-dockershim-removal/)(发表于 2021/11/12)
52+
* Kubernetes 博客:[移除 Dockershim 即将到来。你准备好了吗?](/zh-cn/blog/2021/11/12/are-you-ready-for-dockershim-removal/)(发表于 2021/11/12)
4953

5054
* Kubernetes 文档:[从 dockershim 迁移](/zh-cn/docs/tasks/administer-cluster/migrating-from-dockershim/)
5155

5256
* Kubernetes 文档:[容器运行时](/zh-cn/docs/setup/production-environment/container-runtimes/)
5357

54-
* Kubernetes 增强建议:[KEP-2221: 从 kubelet 中删除 dockershim](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/2221-remove-dockershim/README.md)
58+
* Kubernetes 增强建议:[KEP-2221: 从 kubelet 中移除 dockershim](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/2221-remove-dockershim/README.md)
5559

56-
* Kubernetes 增强提问:[从 kubelet 中删除 dockershim](https://github.com/kubernetes/enhancements/issues/2221)(“k/enhancements#2221”)
60+
* Kubernetes 增强提问:[从 kubelet 中移除 dockershim](https://github.com/kubernetes/enhancements/issues/2221) (_k/enhancements#2221_)
5761

5862
<!--
59-
You can provide feedback via the GitHub issue [**Dockershim removal feedback & issues**](https://github.com/kubernetes/kubernetes/issues/106917).
63+
You can provide feedback via the GitHub issue [**Dockershim removal feedback & issues**](https://github.com/kubernetes/kubernetes/issues/106917). (_k/kubernetes/#106917_)
6064
-->
6165
你可以通过 GitHub 问题
62-
[**Dockershim 删除反馈和问题**](https://github.com/kubernetes/kubernetes/issues/106917) 提供反馈。
66+
[**Dockershim 移除反馈和问题**](https://github.com/kubernetes/kubernetes/issues/106917) 提供反馈。 (_k/kubernetes/#106917_)
6367

6468
<!--
6569
## External sources {#third-party}
70+
-->
71+
## 外部来源 {#third-party}
72+
73+
<!-- sort these alphabetically -->
6674

67-
* Amazon Web Services EKS documentation: [Dockershim deprecation](https://docs.aws.amazon.com/eks/latest/userguide/dockershim-deprecation.html)
75+
<!--
76+
* Amazon Web Services EKS documentation: [Amazon EKS is ending support for Dockershim](https://docs.aws.amazon.com/eks/latest/userguide/dockershim-deprecation.html)
6877
6978
* CNCF conference video: [Lessons Learned Migrating Kubernetes from Docker to containerd Runtime](https://www.youtube.com/watch?v=uDOu6rK4yOk) (Ana Caylin, at KubeCon Europe 2019)
7079
@@ -78,22 +87,20 @@ You can provide feedback via the GitHub issue [**Dockershim removal feedback & i
7887
7988
* Mirantis: [Mirantis/cri-dockerd](https://github.com/Mirantis/cri-dockerd) Git repository (on GitHub)
8089
81-
* Tripwire: [How Dockershim’s Forthcoming Deprecation Affects Your Kubernetes](https://www.tripwire.com/state-of-security/security-data-protection/cloud/how-dockershim-forthcoming-deprecation-affects-your-kubernetes/)
90+
* Tripwire: [How Dockershim’s Forthcoming Deprecation Affects Your Kubernetes](https://www.tripwire.com/state-of-security/security-data-protection/cloud/how-dockershim-forthcoming-deprecation-affects-your-kubernetes/) (published 2021/07/01)
8291
-->
83-
## 外部来源 {#third-party}
84-
85-
* Amazon 网络服务 EKS 文档:[Dockershim 弃用](https://docs.aws.amazon.com/eks/latest/userguide/dockershim-deprecation.html)
92+
* Amazon Web Services EKS 文档:[Amazon EKS 将终止对 Dockershim 的支持](https://docs.aws.amazon.com/eks/latest/userguide/dockershim-deprecation.html)
8693

87-
* CNCF会议视频[将 Kubernetes 从 Docker 迁移到 containerd 运行时的经验教训](https://www.docker.com/blog/what-developers-need-to-know-about-docker-docker-engine-and-kubernetes-v1-20/)(Ana Caylin,在 KubeCon Europe 2019)
94+
* CNCF 会议视频[将 Kubernetes 从 Docker 迁移到 containerd 运行时的经验教训](https://www.docker.com/blog/what-developers-need-to-know-about-docker-docker-engine-and-kubernetes-v1-20/)(Ana Caylin,在 KubeCon Europe 2019)
8895

8996
* Docker.com 博客:[开发人员需要了解的关于 Docker、Docker Engine 和 Kubernetes v1.20 的哪些知识](https://www.docker.com/blog/what-developers-need-to-know-about-docker-docker-engine-and-kubernetes-v1-20/)(发表于 2020/12/04)
9097

91-
* YouTube 上的Google 开源”频道:[与 Google 一起学习 Kubernetes - 从 Dockershim 迁移到 Containerd](https://youtu.be/fl7_4hjT52g)
98+
* YouTube 上的**Google Open Source**频道:[与 Google 一起学习 Kubernetes - 从 Dockershim 迁移到 Containerd](https://youtu.be/fl7_4hjT52g)
9299

93100
* Azure 博客上的 Microsoft 应用:[Dockershim 弃用和 AKS](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/dockershim-deprecation-and-aks/ba-p/3055902)(发表于 2022/01/21)
94101

95102
* Mirantis 博客:[Dockershim 的未来是 cri-dockerd](https://www.mirantis.com/blog/the-future-of-dockershim-is-cri-dockerd/)(发表于 2021/04/21)
96103

97104
* Mirantis: [Mirantis/cri-dockerd](https://github.com/Mirantis/cri-dockerd) Git 仓库(在 GitHub 上)
98105

99-
* Tripwire:[Dockershim 即将弃用如何影响你的 Kubernetes](https://www.tripwire.com/state-of-security/security-data-protection/cloud/how-dockershim-forthcoming-deprecation-affects-your-kubernetes/)
106+
* Tripwire:[Dockershim 即将弃用如何影响你的 Kubernetes](https://www.tripwire.com/state-of-security/security-data-protection/cloud/how-dockershim-forthcoming-deprecation-affects-your-kubernetes/) (发表于 2021/07/01)

0 commit comments

Comments
 (0)