File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -1341,6 +1341,23 @@ records the date (ISO 8601 format, UTC time zone) when the control plane detects
1341
1341
that the auto-generated Secret has not been used for a specified duration
1342
1342
(defaults to one year).
1343
1343
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
+
1344
1361
# ## endpointslice.kubernetes.io/managed-by {#endpointslicekubernetesiomanaged-by}
1345
1362
1346
1363
Type : Label
@@ -1351,7 +1368,9 @@ Used on: EndpointSlices
1351
1368
1352
1369
The label is used to indicate the controller or entity that manages the EndpointSlice. This label
1353
1370
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" >}}.
1355
1374
1356
1375
# ## endpointslice.kubernetes.io/skip-mirror {#endpointslicekubernetesioskip-mirror}
1357
1376
You can’t perform that action at this time.
0 commit comments