Description of problem: When calling on instancetype or preference 'virtctl create <resource> --namespaced test' the resource will be become namespaced (VirtualMachinePreference/VirtualMachineInstancetype), but the namespace wont show in the menifest Version-Release number of selected component (if applicable): CNV 4.14 How reproducible: 100% Steps to Reproduce: 1.virtctl create preference --namespaced roni Actual results: apiVersion: instancetype.kubevirt.io/v1beta1 kind: VirtualMachinePreference metadata: creationTimestamp: null name: preference-zb4kc spec: {} Expected results: apiVersion: instancetype.kubevirt.io/v1beta1 kind: VirtualMachinePreference metadata: creationTimestamp: null name: preference-zb4kc namespace: roni spec: {}
A namespaced can be chosen using the -n flag -> 'create preference --namespaced | create -n <namespace_name> -f -'