c12s-kubespray/roles/kubernetes
Abel Lopez 0bfc2d0f2f
Safe disable SELinux
Sometimes, a sysadmin might outright delete the SELinux rpms and
delete the configuration. This causes the selinux module to fail
with
```
IOError: [Errno 2] No such file or directory: '/etc/selinux/config'\n",
"module_stdout": "", "msg": "MODULE FAILURE"}
```

This simply checks that /etc/selinux/config exists before we try
to set it Permissive.

Update from feedback
2017-02-18 11:54:25 -08:00
..
master Kubernetes Reliability Improvements 2017-02-09 23:54:08 +01:00
node Mount host's /var/log into kubelet container 2017-02-16 22:31:05 +03:00
preinstall Safe disable SELinux 2017-02-18 11:54:25 -08:00
secrets Fix references to CoreOS and Container Linux by CoreOS 2017-02-16 19:25:17 +03:00