update the markdown file in the glossary directory for Chinese version.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
title: 静态 Pod
|
||||
title: Mirror Pod
|
||||
id: 静态-pod
|
||||
date: 2019-08-06
|
||||
short_description: >
|
||||
API 服务器中的一个对象,用于跟踪 kubelet 上的静态容器。
|
||||
API 服务器中的一个对象,用于跟踪 kubelet 上的静态 pod。
|
||||
|
||||
aka:
|
||||
tags:
|
||||
@@ -27,7 +27,8 @@ 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" >}}
|
||||
-->
|
||||
kubelet 使用一个对象 {{< glossary_tooltip text="pod" term_id="pod" >}} 来代表 {{< glossary_tooltip text="static pod" term_id="static-pod" >}}
|
||||
Mirror Pod 是一个被 kubelet 用来代表 {{< glossary_tooltip text="static pod" term_id="static-pod" >}} 的
|
||||
{{< glossary_tooltip text="pod" term_id="pod" >}} 对象。
|
||||
|
||||
<!--more-->
|
||||
<!--更多-->
|
||||
@@ -43,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