You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A core object consisting of three required properties: key, value, and effect. Tolerations enable the scheduling of pods on nodes or node groups that have a matching taint.
A Kubernetes systems-generated string to uniquely identify objects.
22
18
23
19
aka:
24
20
tags:
25
21
- fundamental
26
-
---
27
22
-->
28
23
29
24
<!--
30
-
A Kubernetes systems-generated string to uniquely identify objects.
25
+
A Kubernetes systems-generated string to uniquely identify objects.
31
26
-->
27
+
由 Kubernetes 系统生成、用来唯一标识对象的字符串。
32
28
33
-
Kubernetes 系统生成的字符串,唯一标识对象。
34
-
35
-
<!--more-->
29
+
<!--more-->
36
30
37
31
<!--
38
32
Every object created over the whole lifetime of a Kubernetes cluster has a distinct UID. It is intended to distinguish between historical occurrences of similar entities.
Copy file name to clipboardExpand all lines: content/zh-cn/docs/reference/glossary/upstream.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: 上游(Uptream)
3
3
id: upstream
4
4
full_link:
5
5
short_description: >
6
-
可以参考:核心 Kubernetes 仓库或作为当前仓库派生来源的来源仓库。
6
+
可以指代核心 Kubernetes 仓库或作为当前仓库派生来源的仓库。
7
7
8
8
aka:
9
9
tags:
@@ -22,17 +22,16 @@ tags:
22
22
-->
23
23
24
24
<!--
25
-
May refer to: core Kubernetes or the source repo from which a repo was forked.
25
+
May refer to: core Kubernetes or the source repo from which a repo was forked.
26
26
-->
27
-
可能指的是:核心 Kubernetes 仓库或作为当前仓库派生来源的仓库。
27
+
可以指代核心 Kubernetes 仓库或作为当前仓库派生来源的仓库。
28
28
29
-
<!--more-->
29
+
<!--more-->
30
30
31
31
<!--
32
32
* In the **Kubernetes Community**: Conversations often use *upstream* to mean the core Kubernetes codebase, which the general ecosystem, other code, or third-party tools relies upon. For example, [community members](#term-member) may suggest that a feature is moved upstream so that it is in the core codebase instead of in a plugin or third-party tool.
33
33
* In **GitHub** or **git**: The convention is to refer to a source repo as *upstream*, whereas the forked repo is considered *downstream*.
A Volume Plugin lets you attach and mount storage volumes for use by a {{< glossary_tooltip text="Pod" term_id="pod" >}}. Volume plugins can be _in tree_ or _out of tree_. _In tree_ plugins are part of the Kubernetes code repository and follow its release cycle. _Out of tree_ plugins are developed independently.
Copy file name to clipboardExpand all lines: content/zh-cn/docs/reference/glossary/volume.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
---
2
2
title: 卷(Volume)
3
3
id: volume
4
-
date: 2018-04-12
5
4
full_link: /zh-cn/docs/concepts/storage/volumes/
6
5
short_description: >
7
6
包含可被 Pod 中容器访问的数据的目录。
@@ -13,7 +12,6 @@ tags:
13
12
<!--
14
13
title: Volume
15
14
id: volume
16
-
date: 2018-04-12
17
15
full_link: /docs/concepts/storage/volumes/
18
16
short_description: >
19
17
A directory containing data, accessible to the containers in a pod.
@@ -26,13 +24,12 @@ tags:
26
24
<!--
27
25
A directory containing data, accessible to the {{< glossary_tooltip text="containers" term_id="container" >}} in a {{< glossary_tooltip term_id="pod" >}}.
A Kubernetes volume lives as long as the Pod that encloses it. Consequently, a volume outlives any containers that run within the Pod, and data in the volume is preserved across container restarts.
Facilitates the discussion and/or implementation of a short-lived, narrow, or decoupled project for a committee, SIG, or cross-SIG effort.
22
18
23
19
aka:
24
20
tags:
25
21
- community
26
-
---
27
22
-->
28
23
29
-
30
24
<!--
31
-
Facilitates the discussion and/or implementation of a short-lived, narrow, or decoupled project for a committee, {{< glossary_tooltip text="SIG" term_id="sig" >}}, or cross-SIG effort.
25
+
Facilitates the discussion and/or implementation of a short-lived, narrow, or decoupled project for a committee, {{< glossary_tooltip text="SIG" term_id="sig" >}}, or cross-SIG effort.
32
26
-->
33
-
34
27
工作组是为了方便讨论和(或)推进执行一些短周期、窄范围、或者从委员会和 SIG 分离出来的项目、以及跨 SIG 的活动。
35
28
36
-
<!--more-->
29
+
<!--more-->
37
30
38
31
<!--
39
32
Working groups are a way of organizing people to accomplish a discrete task.
40
33
41
34
For more information, see the [kubernetes/community](https://github.com/kubernetes/community) repo and the current list of [SIGs and working groups](https://github.com/kubernetes/community/blob/master/sig-list.md).
0 commit comments