Skip to content

Commit c755d00

Browse files
committed
Document endpoints.kubernetes.io/managed-by
1 parent 9664e0d commit c755d00

File tree

1 file changed

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

1 file changed

+20
-1
lines changed

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

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,6 +1341,23 @@ records the date (ISO 8601 format, UTC time zone) when the control plane detects
13411341
that the auto-generated Secret has not been used for a specified duration
13421342
(defaults to one year).
13431343

1344+
### endpoints.kubernetes.io/managed-by (deprecated) {#endpoints-kubernetes-io-managed-by}
1345+
1346+
Type: Label
1347+
1348+
Example: `endpoints.kubernetes.io/managed-by: endpoint-controller`
1349+
1350+
Used on: Endpoints
1351+
1352+
This label is used internally to mark Endpoints objects that were created by
1353+
Kubernetes (as opposed to Endpoints created by users or external controllers).
1354+
1355+
{{< note >}}
1356+
The [Endpoints](/docs/reference/kubernetes-api/service-resources/endpoints-v1/)
1357+
API is deprecated in favor of
1358+
[EndpointSlice](/docs/reference/kubernetes-api/service-resources/endpoint-slice-v1/).
1359+
{{< /note >}}
1360+
13441361
### endpointslice.kubernetes.io/managed-by {#endpointslicekubernetesiomanaged-by}
13451362

13461363
Type: Label
@@ -1351,7 +1368,9 @@ Used on: EndpointSlices
13511368

13521369
The label is used to indicate the controller or entity that manages the EndpointSlice. This label
13531370
aims to enable different EndpointSlice objects to be managed by different controllers or entities
1354-
within the same cluster.
1371+
within the same cluster. The value `endpointslice-controller.k8s.io` indicates an
1372+
EndpointSlice object that was created automatically by Kubernetes for a Service with a
1373+
{{< glossary_tooltip text="selectors" term_id="selector" >}}.
13551374

13561375
### endpointslice.kubernetes.io/skip-mirror {#endpointslicekubernetesioskip-mirror}
13571376

0 commit comments

Comments
 (0)