From 7d4f7c4b710b833419535bd135ef51f9cdaaf4c7 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Fri, 24 Nov 2017 15:02:53 +0000 Subject: [PATCH] Update docs for __meta_kubernetes_pod_uid --- docs/configuration/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 4380c1955..9bccc2f53 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -643,6 +643,7 @@ Available meta labels: * `__meta_kubernetes_pod_ready`: Set to `true` or `false` for the pod's ready state. * `__meta_kubernetes_pod_node_name`: The name of the node the pod is scheduled onto. * `__meta_kubernetes_pod_host_ip`: The current host IP of the pod object. +* `__meta_kubernetes_pod_uid`: The UID of the pod object. #### `endpoints`