Skip to content

Commit 4b91d98

Browse files
author
Manish Kumar
committed
Added docs for kubernetes.io/description
1 parent 2d6d22d commit 4b91d98

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

content/en/docs/reference/labels-annotations-taints.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ This annotation is a best guess at why something was changed.
7272

7373
It is populated when adding `--record` to a `kubectl` command that may change an object.
7474

75+
## kubernetes.io/description {#description}
76+
77+
Example: `kubernetes.io/description: "Description of K8s object."`
78+
79+
Used on: All Objects
80+
81+
This annotation is used for describing specific behaviour of given object.
82+
7583
## controller.kubernetes.io/pod-deletion-cost {#pod-deletion-cost}
7684

7785
Example: `controller.kubernetes.io/pod-deletion-cost=10`
@@ -464,4 +472,4 @@ This annotation has been deprecated since Kubernetes v1.19 and will become non-f
464472
The tutorial [Restrict a Container's Syscalls with seccomp](/docs/tutorials/clusters/seccomp/) takes
465473
you through the steps you follow to apply a seccomp profile to a Pod or to one of
466474
its containers. That tutorial covers the supported mechanism for configuring seccomp in Kubernetes,
467-
based on setting `securityContext` within the Pod's `.spec`.
475+
based on setting `securityContext` within the Pod's `.spec`.

0 commit comments

Comments
 (0)