Skip to content

Commit 75d124a

Browse files
aritraghoshTim Bannister
andauthored
Update content/en/docs/reference/labels-annotations-taints/_index.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent 4c9acd3 commit 75d124a

File tree

1 file changed

+5
-1
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ Example: `apf.kubernetes.io/autoupdate-spec: "true"`
2424

2525
Used on: [Mandatory and suggested APF configuration objects](/concepts/cluster-administration/flow-control/#defaults)
2626

27-
If the annotation is set to true, the object is controller by the kube-apiserver. The object is controlled by the user if the annotation is set to false. 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)
27+
If this annotation is set to true on a FlowSchema or PriorityLevelConfiguration, the `spec` for that object
28+
is managed by the kube-apiserver. If the API server does not recognize an APF object, and you annotate it
29+
for automatic update, the API server deletes the entire object. Otherwise, the API server does not manage the
30+
object spec.
31+
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).
2832

2933
### app.kubernetes.io/component
3034

0 commit comments

Comments
 (0)