Skip to content

Commit 1412848

Browse files
authored
Merge pull request #42528 from aritraghosh/aritraghosh-patch-1
Update Well known labels, annotation and taints with annotation apf.kubernetes.io/autoupdate-spec
2 parents baf6b51 + 279bdc1 commit 1412848

File tree

1 file changed

+15
-0
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,21 @@ This document serves both as a reference to the values and as a coordination poi
2121

2222
## Labels, annotations and taints used on API objects
2323

24+
25+
### apf.kubernetes.io/autoupdate-spec
26+
27+
Type: Annotation
28+
29+
Example: `apf.kubernetes.io/autoupdate-spec: "true"`
30+
31+
Used on: [`FlowSchema` and `PriorityLevelConfiguration` Objects](/concepts/cluster-administration/flow-control/#defaults)
32+
33+
If this annotation is set to true on a FlowSchema or PriorityLevelConfiguration, the `spec` for that object
34+
is managed by the kube-apiserver. If the API server does not recognize an APF object, and you annotate it
35+
for automatic update, the API server deletes the entire object. Otherwise, the API server does not manage the
36+
object spec.
37+
For more details, read [Maintenance of the Mandatory and Suggested Configuration Objects](/docs/concepts/cluster-administration/flow-control/#maintenance-of-the-mandatory-and-suggested-configuration-objects).
38+
2439
### app.kubernetes.io/component
2540

2641
Type: Label

0 commit comments

Comments
 (0)