mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 19:52:42 +00:00
Remove the typo in the logs while configuring firewall for node e2e
Signed-off-by: Harshal Patil <harpatil@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user