From f75f636e27b34a78717757e2feb0eddd615d511d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Thu, 29 Sep 2022 11:14:08 +0300 Subject: [PATCH] Improve documentation for publishedService and IP options --- docs/content/providers/kubernetes-ingress.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/content/providers/kubernetes-ingress.md b/docs/content/providers/kubernetes-ingress.md index 801820ee2..bafa082b6 100644 --- a/docs/content/providers/kubernetes-ingress.md +++ b/docs/content/providers/kubernetes-ingress.md @@ -374,7 +374,7 @@ providers: _Optional, Default: ""_ -IP used for Kubernetes Ingress endpoints. +This IP will get copied to Ingress `status.loadbalancer.ip`, and currently only supports one IP value (IPv4 or IPv6). ```yaml tab="File (YAML)" providers: @@ -398,7 +398,9 @@ providers: _Optional, Default: ""_ -Published Kubernetes Service to copy status from. +The Kubernetes service to copy status from. +When using third parties tools like External-DNS, this option can be used to copy the service `loadbalancer.status` (containing the service's endpoints IPs) to the ingresses. + Format: `namespace/servicename`. ```yaml tab="File (YAML)"