Skip to content

Commit

Permalink
Merge pull request kubernetes#38161 from Ritikaa96/kube-aggregator-an…
Browse files Browse the repository at this point in the history
…notation

adding annotation for kube-aggregator automanaged in labels-md
  • Loading branch information
k8s-ci-robot authored Jan 3, 2023
2 parents 25161c8 + 0f6cded commit 702568a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions content/en/docs/reference/labels-annotations-taints/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,22 @@ This label has been deprecated. Please use `kubernetes.io/arch` instead.

This label has been deprecated. Please use `kubernetes.io/os` instead.

### kube-aggregator.kubernetes.io/automanaged {#kube-aggregator-kubernetesio-automanaged}

Example: `kube-aggregator.kubernetes.io/automanaged: "onstart"`

Used on: APIService

The `kube-apiserver` sets this label on any APIService object that the API server has created automatically. The label marks how the control plane should manage that APIService. You should not add, modify, or remove this label by yourself.

{{< note >}}
Automanaged APIService objects are deleted by kube-apiserver when it has no built-in or custom resource API corresponding to the API group/version of the APIService.
{{< /note >}}

There are two possible values:
- `onstart`: The APIService should be reconciled when an API server starts up, but not otherwise.
- `true`: The API server should reconcile this APIService continuously.

### kubernetes.io/hostname {#kubernetesiohostname}

Example: `kubernetes.io/hostname: "ip-172-20-114-199.ec2.internal"`
Expand Down

0 comments on commit 702568a

Please sign in to comment.