ReSearchITEng / kubeadm-playbook

Fully fledged (HA) Kubernetes Cluster using official kubeadm, ansible and helm. Tested on RHEL/CentOS/Ubuntu with support of http_proxy, dashboard installed, ingress controller, heapster - using official helm charts
https://researchiteng.github.io/kubeadm-playbook/
The Unlicense
592 stars 102 forks source link

selinux #17

Open ReSearchITEng opened 6 years ago

ReSearchITEng commented 6 years ago

if undefined, leave untouch

ReSearchITEng commented 5 years ago

done

ReSearchITEng commented 5 years ago

"Disabling SELinux by running setenforce 0 is required to allow containers to access the host filesystem, which is required by pod networks for example. You have to do this until SELinux support is improved in the kubelet."

https://kubernetes.io/docs/setup/independent/install-kubeadm/

ReSearchITEng commented 5 years ago

option added in the configuration. Enable/disable possible.