From b76abcd2431b8b97dd1383c80b85f423c3c11d29 Mon Sep 17 00:00:00 2001 From: Harshal Patil Date: Wed, 18 Nov 2020 14:20:59 +0530 Subject: [PATCH] Remove the typo in the logs while configuring firewall for node e2e Signed-off-by: Harshal Patil --- test/e2e_node/remote/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e_node/remote/utils.go b/test/e2e_node/remote/utils.go index ee12f819ec6..5db55dcd001 100644 --- a/test/e2e_node/remote/utils.go +++ b/test/e2e_node/remote/utils.go @@ -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