a69ac0bfbe
The CentsOS/RHEL/... section mentiones that SELinux must be put in permissive mode, but the supplied command does the job only for the current boot. Once the system is restarted SELinux can again enter enforcing mode thus breaking a Kubernetes cluster. Fix this by adding a sed command that permanently changes the SELinux mode to permissive. Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>