Skip to content

Commit 8bf6504

Browse files
authored
Merge pull request kubernetes#86583 from libnux/change_random_fully_log_level
Change log level to 3 when --random-fully is not supported
2 parents f1cbbda + f0e01bc commit 8bf6504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/proxy/iptables/proxier.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ func (proxier *Proxier) syncProxyRules() {
869869
masqRule = append(masqRule, "--random-fully")
870870
klog.V(3).Info("Using `--random-fully` in the MASQUERADE rule for iptables")
871871
} else {
872-
klog.V(2).Info("Not using `--random-fully` in the MASQUERADE rule for iptables because the local version of iptables does not support it")
872+
klog.V(3).Info("Not using `--random-fully` in the MASQUERADE rule for iptables because the local version of iptables does not support it")
873873
}
874874
writeLine(proxier.natRules, masqRule...)
875875

0 commit comments

Comments
 (0)