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.
1 parent 1534443 commit f0e01bcCopy full SHA for f0e01bc
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