Description
Cilium CNi with k8s does not work with SELinux in permissive mode.
Impact
You need to disable SELinux for Cilium to work.
Environment and steps to reproduce
- Set-up: Latest Flatcar Linux, with k8s, and latest Cilium CNi plugin.
- Task: Trying to boot the CNi plugin
Expected behavior
Expected Cilium to run with SELinux in permissive mode.
Additional information
Disabling SELinux does the trick. Probably, the necessary policies and labels are not in place. Related to #673