File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
content/en/docs/reference Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,14 @@ This annotation is a best guess at why something was changed.
72
72
73
73
It is populated when adding ` --record ` to a ` kubectl ` command that may change an object.
74
74
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
+
75
83
## controller.kubernetes.io/pod-deletion-cost {#pod-deletion-cost}
76
84
77
85
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
464
472
The tutorial [ Restrict a Container's Syscalls with seccomp] ( /docs/tutorials/clusters/seccomp/ ) takes
465
473
you through the steps you follow to apply a seccomp profile to a Pod or to one of
466
474
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 ` .
You can’t perform that action at this time.
0 commit comments