mirror of https://github.com/k3s-io/k3s
Fix hook failure in kubernetes-worker charm due to iptables conflict
parent
7efc6c83f0
commit
47f44f58a5
|
@ -854,7 +854,7 @@ def fix_iptables_for_docker_1_13():
|
|||
https://github.com/kubernetes/kubernetes/issues/40182
|
||||
https://github.com/kubernetes/kubernetes/issues/39823
|
||||
"""
|
||||
cmd = ['iptables', '-P', 'FORWARD', 'ACCEPT']
|
||||
cmd = ['iptables', '-w', '300', '-P', 'FORWARD', 'ACCEPT']
|
||||
check_call(cmd)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue