We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1cbbda + f0e01bc commit 8bf6504Copy full SHA for 8bf6504
pkg/proxy/iptables/proxier.go
@@ -869,7 +869,7 @@ func (proxier *Proxier) syncProxyRules() {
869
masqRule = append(masqRule, "--random-fully")
870
klog.V(3).Info("Using `--random-fully` in the MASQUERADE rule for iptables")
871
} 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")
+ klog.V(3).Info("Not using `--random-fully` in the MASQUERADE rule for iptables because the local version of iptables does not support it")
873
}
874
writeLine(proxier.natRules, masqRule...)
875
0 commit comments