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 98d8836 + 5a5b4d8 commit 976f234Copy full SHA for 976f234
content/en/docs/concepts/overview/working-with-objects/common-labels.md
@@ -42,9 +42,10 @@ on every resource object.
42
| `app.kubernetes.io/managed-by` | The tool being used to manage the operation of an application | `helm` | string |
43
| `app.kubernetes.io/created-by` | The controller/user who created this resource | `controller-manager` | string |
44
45
-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:
46
47
```yaml
48
+# This is an excerpt
49
apiVersion: apps/v1
50
kind: StatefulSet
51
metadata:
0 commit comments