From 054ab55a3698978ee07f7741b4546a59b902929a Mon Sep 17 00:00:00 2001 From: Thomas Rosenstein Date: Wed, 13 Nov 2024 13:35:07 +0100 Subject: [PATCH] docs: fix reference to wrong field in service --- docs/sources/service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/service.md b/docs/sources/service.md index c112408d09..3d14fcadd0 100644 --- a/docs/sources/service.md +++ b/docs/sources/service.md @@ -76,7 +76,7 @@ or the `--publish-host-ip` flag was specified, uses the Pod's `status.hostIP` fi ### ClusterIP (not headless) 1. If the hostname came from an `external-dns.alpha.kubernetes.io/internal-hostname` annotation -or the `--publish-internal-services` flag was specified, uses the `spec.ServiceIP`. +or the `--publish-internal-services` flag was specified, uses the `spec.ClusterIP`. 2. Otherwise, does not create any targets.