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(