-
Bug
-
Resolution: Done
-
Critical
-
ACM 2.15.0
-
Quality / Stability / Reliability
-
False
-
-
False
-
-
-
VMMgmt - Train-32 - Sprint 2
-
Critical
-
None
Description of problem:
During role assignment creation, global role selection is not creating the role assignment correctly. Based on the error, it is not adding all available clusters to theĀ
clusterSelection.clusterNames section in the MulticlusterRoleAssignment:
The role assignment creation for kubevirt.io:admin role failed. Error: ResourceError: MulticlusterRoleAssignment.rbac.open-cluster-management.io "role-assignment-1759182301286-gimy5td1t" is invalid: spec.roleAssignments[0].clusterSelection.clusterNames: Invalid value: 0: spec.roleAssignments[0].clusterSelection.clusterNames in body should have at least 1 items
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
- Create a role assignment and select Global role
- Error message will populate on the screen
Actual results:
Role assignment fails to get created.
Expected results:
Role assignment creation should be successful. Global role selection should add all existing managed clusters to the clusterSelection.clusterNames field.