[zh-cn] resync /check-if-dockershim-removal-affects-you.md
parent
d56a03fdac
commit
cf101db0f9
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
title: 检查弃用 Dockershim 是否对你有影响
|
||||
title: 检查移除 Dockershim 是否对你有影响
|
||||
content_type: task
|
||||
weight: 20
|
||||
---
|
||||
<!--
|
||||
title: Check whether Dockershim deprecation affects you
|
||||
title: Check whether dockershim removal affects you
|
||||
content_type: task
|
||||
reviewers:
|
||||
- SergeyKanzhelev
|
||||
|
@ -23,7 +23,6 @@ Kubernetes 的 `dockershim` 组件使得你可以把 Docker 用作 Kubernetes
|
|||
{{< glossary_tooltip text="容器运行时" term_id="container-runtime" >}}。
|
||||
在 Kubernetes v1.24 版本中,内建组件 `dockershim` 被移除。
|
||||
|
||||
|
||||
<!--
|
||||
This page explains how your cluster could be using Docker as a container runtime,
|
||||
provides details on the role that `dockershim` plays when in use, and shows steps
|
||||
|
@ -31,7 +30,7 @@ you can take to check whether any workloads could be affected by `dockershim` re
|
|||
-->
|
||||
本页讲解你的集群把 Docker 用作容器运行时的运作机制,
|
||||
并提供使用 `dockershim` 时,它所扮演角色的详细信息,
|
||||
继而展示了一组操作,可用来检查弃用 `dockershim` 对你的工作负载是否有影响。
|
||||
继而展示了一组操作,可用来检查移除 `dockershim` 对你的工作负载是否有影响。
|
||||
|
||||
<!--
|
||||
## Finding if your app has a dependencies on Docker {#find-docker-dependencies}
|
||||
|
@ -130,7 +129,7 @@ dockershim 适配器允许 kubelet 与 Docker 交互,就好像 Docker 是一
|
|||
You can read about it in [Kubernetes Containerd integration goes GA](/blog/2018/05/24/kubernetes-containerd-integration-goes-ga/) blog post.
|
||||
-->
|
||||
你可以阅读博文
|
||||
[Kubernetes 正式支持集成 Containerd](/zh-cn/blog/2018/05/24/kubernetes-containerd-integration-goes-ga/)。
|
||||
[Kubernetes 正式支持集成 Containerd](/blog/2018/05/24/kubernetes-containerd-integration-goes-ga/)。
|
||||
|
||||
<!-- Dockershim vs. CRI with Containerd -->
|
||||

|
||||
|
@ -162,8 +161,7 @@ the Kubernetes API rather than directly through the container runtime (this advi
|
|||
for all container runtimes, not only Docker).
|
||||
-->
|
||||
如果你在用 Kubernetes 运行工作负载,最好通过 Kubernetes API 停止容器,
|
||||
而不是通过容器运行时来停止它们
|
||||
(此建议适用于所有容器运行时,不仅仅是针对 Docker)。
|
||||
而不是通过容器运行时来停止它们(此建议适用于所有容器运行时,不仅仅是针对 Docker)。
|
||||
{{< /note >}}
|
||||
|
||||
<!--
|
||||
|
@ -184,5 +182,5 @@ by Kubernetes.
|
|||
-->
|
||||
- 阅读[从 dockershim 迁移](/zh-cn/docs/tasks/administer-cluster/migrating-from-dockershim/),
|
||||
以了解你的下一步工作。
|
||||
- 阅读[dockershim 弃用常见问题解答](/zh-cn/blog/2020/12/02/dockershim-faq/)文章,了解更多信息。
|
||||
- 阅读[弃用 Dockershim 的常见问题](/zh-cn/blog/2020/12/02/dockershim-faq/),了解更多信息。
|
||||
|
||||
|
|
Loading…
Reference in New Issue