File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
content/en/docs/reference Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,16 @@ The Kubelet populates this label with the hostname. Note that the hostname can b
62
62
This label is also used as part of the topology hierarchy. See [ topology.kubernetes.io/zone] ( #topologykubernetesiozone ) for more information.
63
63
64
64
65
+ ## kubernetes.io/change-cause {#change-cause}
66
+
67
+ Example: ` kubernetes.io/change-cause=kubectl edit --record deployment foo `
68
+
69
+ Used on: All Objects
70
+
71
+ This annotation is a best guess at why something was changed.
72
+
73
+ It is populated when adding ` --record ` to a ` kubectl ` command that may change an object.
74
+
65
75
## controller.kubernetes.io/pod-deletion-cost {#pod-deletion-cost}
66
76
67
77
Example: ` controller.kubernetes.io/pod-deletion-cost=10 `
You can’t perform that action at this time.
0 commit comments