diff --git a/pkg/registry/core/service/storage/alloc.go b/pkg/registry/core/service/storage/alloc.go index ee1a0f717b5..b87e2be27c6 100644 --- a/pkg/registry/core/service/storage/alloc.go +++ b/pkg/registry/core/service/storage/alloc.go @@ -431,7 +431,7 @@ func (al *Allocators) releaseIPs(toRelease map[api.IPFamily]string) (map[api.IPF if !ok { // Maybe the cluster was previously configured for dual-stack, // then switched to single-stack? - klog.V(0).Infof("not releasing ClusterIP %q because %s is not enabled", ip, family) + klog.InfoS("Not releasing ClusterIP because related family is not enabled", "clusterIP", ip, "family", family) continue }