From cc469e00851e4e9626fb0a16430965da2820d714 Mon Sep 17 00:00:00 2001 From: Karl Piplies Date: Wed, 10 Aug 2022 12:34:28 +0200 Subject: [PATCH] documentation for the loadbalancerip Signed-off-by: Karl Piplies --- docs/configuration/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 6e45dbfc6..22aedb5f4 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -1678,6 +1678,7 @@ Available meta labels: * `__meta_kubernetes_service_annotation_`: Each annotation from the service object. * `__meta_kubernetes_service_annotationpresent_`: "true" for each annotation of the service object. * `__meta_kubernetes_service_cluster_ip`: The cluster IP address of the service. (Does not apply to services of type ExternalName) +* `__meta_kubernetes_service_loadbalancer_ip`: The IP address of the loadbalancer. (Applies to services of type LoadBalancer) * `__meta_kubernetes_service_external_name`: The DNS name of the service. (Applies to services of type ExternalName) * `__meta_kubernetes_service_label_`: Each label from the service object. * `__meta_kubernetes_service_labelpresent_`: `true` for each label of the service object.