Merge pull request #96666 from harche/fix_typo

Remove the typo in the logs while configuring firewall for node e2e
This commit is contained in:
Kubernetes Prow Robot 2020-12-08 18:35:13 -08:00 committed by GitHub
commit 34baf6aeb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ func setupCNI(host, workspace string) error {
// configureFirewall configures iptable firewall rules.
func configureFirewall(host string) error {
klog.V(2).Infof("Configure iptables HEYHO firewall rules on %q", host)
klog.V(2).Infof("Configure iptables firewall rules on %q", host)
// Since the goal is to enable connectivity without taking into account current rule,
// we can just prepend the accept rules directly without any check