Skip to content

Commit 09fac31

Browse files
authored
Merge pull request #31773 from mengjiao-liu/sync-common-labels
[zh] Add glossary_tooltip for StatefulSet
2 parents effa50e + 10adfac commit 09fac31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/zh/docs/concepts/overview/working-with-objects/common-labels.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,12 @@ on every resource object.
8181
| `app.kubernetes.io/managed-by` | 用于管理应用程序的工具 | `helm` | 字符串 |
8282
| `app.kubernetes.io/created-by` | 创建该资源的控制器或者用户 | `controller-manager` | 字符串 |
8383
<!--
84-
To illustrate these labels in action, consider the following StatefulSet object:
84+
To illustrate these labels in action, consider the following {{< glossary_tooltip text="StatefulSet" term_id="statefulset" >}} object:
8585
-->
86-
为说明这些标签的实际使用情况,请看下面的 StatefulSet 对象:
86+
为说明这些标签的实际使用情况,请看下面的 {{< glossary_tooltip text="StatefulSet" term_id="statefulset" >}} 对象:
8787

8888
```yaml
89+
# 这是一段节选
8990
apiVersion: apps/v1
9091
kind: StatefulSet
9192
metadata:

0 commit comments

Comments
 (0)