Browse Source

Merge pull request #1884 from abelgana/master

Sysctl reload if needed after IP forward enabling
pull/1867/head
Spencer Smith 7 years ago
committed by GitHub
parent
commit
591941bd39
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/kubernetes/preinstall/tasks/main.yml

1
roles/kubernetes/preinstall/tasks/main.yml

@ -236,6 +236,7 @@
name: net.ipv4.ip_forward
value: 1
state: present
reload: yes
tags:
- bootstrap-os

Loading…
Cancel
Save