Fix hook failure in kubernetes-worker charm due to iptables conflict
This commit is contained in:
		| @@ -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) | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 George Kraft
					George Kraft