mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
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:
commit
34baf6aeb7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user