Skip to content

Commit 8fff2dd

Browse files
authored
Merge pull request #33186 from my-git9/dockershim-faq2
[zh] Update blog/2020-12-02-dockershim-faq.md
2 parents a0c7a38 + 6f9f2b8 commit 8fff2dd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/zh/blog/_posts/2020-12-02-dockershim-faq.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: blog
33
title: "弃用 Dockershim 的常见问题"
44
date: 2020-12-02
55
slug: dockershim-faq
6+
aliases: [ '/dockershim' ]
67
---
78
<!--
89
layout: blog
@@ -12,17 +13,27 @@ slug: dockershim-faq
1213
aliases: [ '/dockershim' ]
1314
-->
1415

16+
<!--
17+
_**Update**: There is a [newer version](/blog/2022/02/17/dockershim-faq/) of this article available._
18+
-->
19+
_**更新**:本文有[较新版本](/zh/blog/2022/02/17/dockershim-faq/)_
20+
1521
<!--
1622
This document goes over some frequently asked questions regarding the Dockershim
1723
deprecation announced as a part of the Kubernetes v1.20 release. For more detail
1824
on the deprecation of Docker as a container runtime for Kubernetes kubelets, and
1925
what that means, check out the blog post
2026
[Don't Panic: Kubernetes and Docker](/blog/2020/12/02/dont-panic-kubernetes-and-docker/).
27+
28+
Also, you can read [check whether Dockershim deprecation affects you](/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-deprecation-affects-you/) to check whether it does.
2129
-->
2230
本文回顾了自 Kubernetes v1.20 版宣布弃用 Dockershim 以来所引发的一些常见问题。
2331
关于 Kubernetes kubelets 从容器运行时的角度弃用 Docker 的细节以及这些细节背后的含义,请参考博文
2432
[别慌: Kubernetes 和 Docker](/blog/2020/12/02/dont-panic-kubernetes-and-docker/)
2533

34+
此外,你可以阅读 [检查 Dockershim 弃用是否影响你](/zh/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-deprecation-affects-you/)
35+
以检查它是否会影响你。
36+
2637
<!--
2738
### Why is dockershim being deprecated?
2839
-->

0 commit comments

Comments
 (0)