We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents effa50e + 10adfac commit 09fac31Copy full SHA for 09fac31
content/zh/docs/concepts/overview/working-with-objects/common-labels.md
@@ -81,11 +81,12 @@ on every resource object.
81
| `app.kubernetes.io/managed-by` | 用于管理应用程序的工具 | `helm` | 字符串 |
82
| `app.kubernetes.io/created-by` | 创建该资源的控制器或者用户 | `controller-manager` | 字符串 |
83
<!--
84
-To illustrate these labels in action, consider the following StatefulSet object:
+To illustrate these labels in action, consider the following {{< glossary_tooltip text="StatefulSet" term_id="statefulset" >}} object:
85
-->
86
-为说明这些标签的实际使用情况,请看下面的 StatefulSet 对象:
+为说明这些标签的实际使用情况,请看下面的 {{< glossary_tooltip text="StatefulSet" term_id="statefulset" >}} 对象:
87
88
```yaml
89
+# 这是一段节选
90
apiVersion: apps/v1
91
kind: StatefulSet
92
metadata:
0 commit comments