From c7d66f2d17e020ee5e889cccc855fc260fb015d1 Mon Sep 17 00:00:00 2001 From: Neal DeBuhr Date: Thu, 30 Oct 2025 01:52:57 +0000 Subject: [PATCH] Use a more flexible health probe bind address to enable both IPv4 and IPv6 environments --- setup/setup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/setup.go b/setup/setup.go index 10b24e9b8..1b10c569c 100644 --- a/setup/setup.go +++ b/setup/setup.go @@ -188,7 +188,7 @@ func (o *Options) BindFlags(fs *flag.FlagSet) { fs.StringVar( &o.HealthProbeBindAddress, "health-probe-bind-address", - "[::1]:9443", + "localhost:9443", "The address the operator binds to for health / readiness / liveness probes.", ) fs.IntVar(