[ENHANCEMENT] Colocate the created VirtualMachineBMC objects in the same namespace where the virtual machines are #62
Labels
area/rbac
component/manager
Relevant to the custom Kubernetes controllers
kind/enhancement
Improve or augment existing functionality
In KubeVirtBMC's current implementation, VirtualMachineBMC objects must be created in the
kubevirtbmc-system
namespace. Besides, the vm controller creates VirtualMachineBMC in that namespace automatically, too. It is more suitable to have VirtualMachineBMC objects created in the namespace where their parent objects, i.e., the VirtualMachine, live.This can be improved along with #48.
The text was updated successfully, but these errors were encountered: