Added docs for kubernetes.io/description

pull/31621/head
Manish Kumar 2022-02-04 18:04:17 +05:30
parent 2d6d22ddec
commit 4b91d983d6
1 changed files with 9 additions and 1 deletions

View File

@ -72,6 +72,14 @@ This annotation is a best guess at why something was changed.
It is populated when adding `--record` to a `kubectl` command that may change an object.
## kubernetes.io/description {#description}
Example: `kubernetes.io/description: "Description of K8s object."`
Used on: All Objects
This annotation is used for describing specific behaviour of given object.
## controller.kubernetes.io/pod-deletion-cost {#pod-deletion-cost}
Example: `controller.kubernetes.io/pod-deletion-cost=10`