update the markdown file in the glossary directory for Chinese version.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Mirror Pod
|
||||
title: 镜像 Pod(Mirror Pod)
|
||||
id: 静态-pod
|
||||
date: 2019-08-06
|
||||
short_description: >
|
||||
@@ -27,7 +27,7 @@ tags:
|
||||
A {{< glossary_tooltip text="pod" term_id="pod" >}} object that a kubelet uses
|
||||
to represent a {{< glossary_tooltip text="static pod" term_id="static-pod" >}}
|
||||
-->
|
||||
Mirror Pod 是一个被 kubelet 用来代表 {{< glossary_tooltip text="static pod" term_id="static-pod" >}} 的
|
||||
镜像 Pod(Mirror Pod)是被 kubelet 用来代表{{< glossary_tooltip text="静态 Pod" term_id="static-pod" >}} 的
|
||||
{{< glossary_tooltip text="pod" term_id="pod" >}} 对象。
|
||||
|
||||
<!--more-->
|
||||
@@ -44,4 +44,4 @@ will be visible on the API server, but cannot be controlled from there.
|
||||
它会自动地尝试在 Kubernetes API 服务器上为它创建 Pod 对象。
|
||||
这意味着 pod 在 API 服务器上将是可见的,但不能在其上进行控制。
|
||||
|
||||
(例如,删除静态 pod 将不会停止由 kubelet 启动运行的守护程序)。
|
||||
(例如,删除镜像 Pod 也不会阻止 kubelet 守护进程继续运行它)。
|
||||
Reference in New Issue
Block a user