mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +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:
parent
36d12390a7
commit
b76abcd243
@ -78,7 +78,7 @@ func setupCNI(host, workspace string) error {
|
|||||||
|
|
||||||
// configureFirewall configures iptable firewall rules.
|
// configureFirewall configures iptable firewall rules.
|
||||||
func configureFirewall(host string) error {
|
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,
|
// Since the goal is to enable connectivity without taking into account current rule,
|
||||||
// we can just prepend the accept rules directly without any check
|
// we can just prepend the accept rules directly without any check
|
||||||
|
Loading…
Reference in New Issue
Block a user