mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-24 22:46:06 -03:30
Merge pull request #692 from bogdando/gce_fixes
Change GCE sysctls placement and docs
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
|
||||
- name: Fix ipv4 forward rule in GCE security policy
|
||||
lineinfile:
|
||||
dest: /etc/sysctl.d/11-gce-network-security.conf
|
||||
dest: /etc/sysctl.d/99-sysctl.conf
|
||||
regexp: '^net.ipv4.ip_forward='
|
||||
line: 'net.ipv4.ip_forward=1'
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user