Merge pull request #36648 from ydFu/new-update-reference-glossary-13
[zh] Update reference\glossary (13)pull/36556/head
commit
0c493d3450
|
@ -10,9 +10,7 @@ aka:
|
|||
tags:
|
||||
- networking
|
||||
---
|
||||
|
||||
<!--
|
||||
---
|
||||
title: EndpointSlice
|
||||
id: endpoint-slice
|
||||
date: 2018-04-12
|
||||
|
|
|
@ -4,16 +4,14 @@ id: etcd
|
|||
date: 2018-04-12
|
||||
full_link: /zh-cn/docs/tasks/administer-cluster/configure-upgrade-etcd/
|
||||
short_description: >
|
||||
etcd 是兼具一致性和高可用性的键值数据库,用作保存 Kubernetes 所有集群数据的后台数据库。
|
||||
一致且高度可用的键值存储,用作 Kubernetes 的所有集群数据的后台数据库。
|
||||
|
||||
aka:
|
||||
tags:
|
||||
- architecture
|
||||
- storage
|
||||
---
|
||||
|
||||
<!--
|
||||
---
|
||||
title: etcd
|
||||
id: etcd
|
||||
date: 2018-04-12
|
||||
|
@ -25,24 +23,25 @@ aka:
|
|||
tags:
|
||||
- architecture
|
||||
- storage
|
||||
---
|
||||
-->
|
||||
|
||||
<!--
|
||||
Consistent and highly-available key value store used as Kubernetes' backing store for all cluster data.
|
||||
-->
|
||||
|
||||
`etcd` 是兼顾一致性与高可用性的键值数据库,可以作为保存 Kubernetes 所有集群数据的后台数据库。
|
||||
一致且高度可用的键值存储,用作 Kubernetes 的所有集群数据的后台数据库。
|
||||
|
||||
<!--more-->
|
||||
|
||||
<!--
|
||||
If your Kubernetes cluster uses etcd as its backing store, make sure you have a
|
||||
[back up](/docs/tasks/administer-cluster/configure-upgrade-etcd/#backing-up-an-etcd-cluster) plan
|
||||
for those data.
|
||||
-->
|
||||
你的 Kubernetes 集群的 `etcd` 数据库通常需要有个[备份](/zh-cn/docs/tasks/administer-cluster/configure-upgrade-etcd/#backing-up-an-etcd-cluster)计划。
|
||||
如果你的 Kubernetes 集群使用 etcd 作为其后台数据库,
|
||||
请确保你针对这些数据有一份
|
||||
[备份](/zh-cn/docs/tasks/administer-cluster/configure-upgrade-etcd/#backing-up-an-etcd-cluster)计划。
|
||||
|
||||
<!--
|
||||
You can find in-depth information about etcd in the official [documentation](https://etcd.io/docs/).
|
||||
-->
|
||||
|
||||
如果想要更深入的了解 `etcd`,请参考 [etcd 文档](https://etcd.io/docs/)。
|
||||
你可以在官方[文档](https://etcd.io/docs/)中找到有关 etcd 的深入知识。
|
||||
|
|
|
@ -10,7 +10,6 @@ tags:
|
|||
- core-object
|
||||
- fundamental
|
||||
---
|
||||
|
||||
<!--
|
||||
title: Event
|
||||
id: event
|
||||
|
@ -53,4 +52,3 @@ Event record (API group `audit.k8s.io`).
|
|||
-->
|
||||
在 Kubernetes 中,[审计](/zh-cn/docs/tasks/debug/debug-cluster/audit/)
|
||||
机制会生成一种不同类别的 Event 记录(API 组为 `audit.k8s.io`)。
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: 驱逐
|
||||
title: 驱逐(Eviction)
|
||||
id: eviction
|
||||
date: 2021-05-08
|
||||
full_link: /zh-cn/docs/concepts/scheduling-eviction/
|
||||
|
@ -9,7 +9,6 @@ aka:
|
|||
tags:
|
||||
- operation
|
||||
---
|
||||
|
||||
<!--
|
||||
title: Eviction
|
||||
id: eviction
|
||||
|
@ -25,7 +24,7 @@ tags:
|
|||
<!--
|
||||
Eviction is the process of terminating one or more Pods on Nodes.
|
||||
-->
|
||||
驱逐即终止 Node 上一个或多个 Pod 的过程。
|
||||
驱逐(Eviction)即终止节点上一个或多个 Pod 的过程。
|
||||
|
||||
<!--more-->
|
||||
|
||||
|
@ -37,4 +36,3 @@ There are two kinds of eviction:
|
|||
驱逐的两种类型:
|
||||
* [节点压力驱逐](/zh-cn/docs/concepts/scheduling-eviction/pod-priority-preemption/)
|
||||
* [API 发起的驱逐](/zh-cn/docs/concepts/scheduling-eviction/api-eviction/)
|
||||
|
||||
|
|
|
@ -4,37 +4,39 @@ id: Extensions
|
|||
date: 2019-02-01
|
||||
full_link: /zh-cn/docs/concepts/extend-kubernetes/#extensions
|
||||
short_description: >
|
||||
扩展组件是扩展并与 Kubernetes 深度集成以支持新型硬件的软件组件。
|
||||
扩展组件(Extensions)是扩展并与 Kubernetes 深度集成以支持新型硬件的软件组件。
|
||||
aka:
|
||||
tags:
|
||||
- fundamental
|
||||
- extension
|
||||
---
|
||||
|
||||
<!--
|
||||
title: Extensions
|
||||
id: Extensions
|
||||
date: 2019-02-01
|
||||
full_link: /docs/concepts/extend-kubernetes/#extensions
|
||||
short_description: >
|
||||
Extensions are software components that extend and deeply integrate with Kubernetes to support new types of hardware.
|
||||
Extensions are software components that extend and deeply integrate with Kubernetes to support
|
||||
new types of hardware.
|
||||
|
||||
aka:
|
||||
tags:
|
||||
- fundamental
|
||||
- extension
|
||||
-->
|
||||
|
||||
<!--
|
||||
Extensions are software components that extend and deeply integrate with Kubernetes to support new types of hardware.
|
||||
-->
|
||||
扩展组件是扩展并与 Kubernetes 深度集成以支持新型硬件的软件组件。
|
||||
扩展组件(Extensions)是扩展并与 Kubernetes 深度集成以支持新型硬件的软件组件。
|
||||
|
||||
<!--more-->
|
||||
|
||||
<!--
|
||||
Many cluster administrators use a hosted or distribution instance of Kubernetes. These clusters come with extensions pre-installed. As a result, most Kubernetes users will not need to install [extensions](/docs/concepts/extend-kubernetes/) and even fewer users will need to author new ones.
|
||||
Many cluster administrators use a hosted or distribution instance of Kubernetes. These clusters
|
||||
come with extensions pre-installed. As a result, most Kubernetes users will not need to install
|
||||
[extensions](/docs/concepts/extend-kubernetes/) and even fewer users will need to author new ones.
|
||||
-->
|
||||
|
||||
许多集群管理员会使用托管的 Kubernetes 或其某种发行包,这些集群预装了扩展。
|
||||
许多集群管理员会使用托管的 Kubernetes 或其某种发行包,这些集群预装了扩展组件。
|
||||
因此,大多数 Kubernetes 用户将不需要安装[扩展组件](/zh-cn/docs/concepts/extend-kubernetes/),
|
||||
需要编写新的扩展组件的用户就更少了。
|
||||
|
|
Loading…
Reference in New Issue