-
Bug
-
Resolution: Done-Errata
-
Undefined
-
CNV v4.15.0
-
None
-
0.42
-
False
-
-
False
-
---
-
---
-
-
Medium
-
No
Description of problem:
Currently, the "Instancetypes" and "Preferences" list page are hiden for regular user due to bug https://issues.redhat.com/browse/CNV-32498. This should be reverted as regular user can create their own InstanceTypes and Preferences, and the user-created instanceType should be visible in catalog - InstanceType - User provided.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. Login with regular user and create an instanceType:
apiVersion: instancetype.kubevirt.io/v1beta1 kind: VirtualMachineInstancetype metadata: name: example-instancetype spec: cpu: guest: 1 memory: guest: 128Mi
2.
3.
Actual results:
1. the "Instancetypes" and "Preferences" list page are hiden for regular user 2. the user-created isntanceType not visible in catalog
Expected results:
Additional info: