virtualization
virtualization copied to clipboard
chore(core): install necessary packages for redos when selinux enabled
Description
When selinux is enabled on RedOS, selinux-policy
and container-selinux
packages must be installed on the system for virtualization to work properly.
Why do we need it, and what problem does it solve?
When selinux is enabled, virt-handler will not be able to run on nodes and creating virtual machines will not be possible
What is the expected result?
Virtualmachine can be started if selinux is enabled.
Package
selinux-policy
require restart system, if not previously installed
Checklist
- [ ] The code is covered by unit tests.
- [ ] e2e tests passed.
- [ ] Documentation updated according to the changes.
- [x] Changes were tested in the Kubernetes cluster manually.