From f8f6d53a35fddd5de5bfa9b8dbed0bf45b3894b4 Mon Sep 17 00:00:00 2001 From: Rudo Thomas Date: Wed, 8 Apr 2026 15:05:09 +0200 Subject: [PATCH] docs: Copy-paste typo in __meta_kubernetes_namespace in endpointslice role. Signed-off-by: Rudo Thomas --- docs/configuration/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 7bc993c59e..5df743e619 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -2535,7 +2535,7 @@ The role requires the `discovery.k8s.io/v1` API version (available since Kuberne Available meta labels: -* `__meta_kubernetes_namespace`: The namespace of the endpoints object. +* `__meta_kubernetes_namespace`: The namespace of the endpointslice object. * `__meta_kubernetes_endpointslice_name`: The name of endpointslice object. * `__meta_kubernetes_endpointslice_label_`: Each label from the endpointslice object, with any unsupported characters converted to an underscore. * `__meta_kubernetes_endpointslice_labelpresent_`: `true` for each label from the endpointslice object, with any unsupported characters converted to an underscore.