Merge pull request #31281 from anubha-v-ardhan/glossary-toolstip-statefulset

Add glossary_tooltip for StatefulSet in Recommended labels
This commit is contained in:
Kubernetes Prow Robot
2022-01-12 03:54:37 -08:00
committed by GitHub
@@ -42,9 +42,10 @@ on every resource object.
| `app.kubernetes.io/managed-by` | The tool being used to manage the operation of an application | `helm` | string |
| `app.kubernetes.io/created-by` | The controller/user who created this resource | `controller-manager` | string |
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:
```yaml
# This is an excerpt
apiVersion: apps/v1
kind: StatefulSet
metadata: