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