mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
Merge pull request #112672 from yangjunmyfm192085/delKlogv0
use klog.InfoS instead of klog.V(0).Infof(registry part)
This commit is contained in:
commit
0094662cbb
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user