update the markdown file in the glossary directory for Chinese version.

This commit is contained in:
jialaijun
2020-12-28 19:00:26 +08:00
parent 581780028c
commit f5354c3210
23 changed files with 67 additions and 56 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
---
title: 对象
title: 对象Object
id: object
date: 2020-10-12
full_link: https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/#kubernetes-objects
full_link: https://kubernetes.io/zh/docs/concepts/overview/working-with-objects/kubernetes-objects/#kubernetes-objects
short_description: >
Kubernetes 系统中的实体, 代表了集群的部分状态。
aka:
@@ -37,6 +37,6 @@ By creating an object, you're effectively telling the Kubernetes system what you
your cluster's workload to look like; this is your cluster's desired state.
-->
Kubernetes 对象通常是一个“目标记录”-一旦你创建了一个对象,Kubernetes
{{< glossary_tooltip text="控制平面" term_id="control-plane" >}}
{{< glossary_tooltip text="控制平面control plane" term_id="control-plane" >}}
不断工作,以确保它代表的项目确实存在。
创建一个对象相当于告知 Kubernetes 系统:你期望这部分集群负载看起来像什么;这也就是你集群的期望状态。