-
Bug
-
Resolution: Done
-
Major
-
ACM 2.13.0
-
Quality / Stability / Reliability
-
2
-
False
-
-
False
-
-
-
Installer Sprint 2025-54, Installer Sprint 2025-56, Installer Sprint 2025-57
-
Moderate
-
None
Description of problem:
For the ClusterRole open-cluster-management:cluster-manager-admin, the label and annotation below come and go seemingly at random.
labels:
backplaneconfig.name: multiclusterengine
annotations:
installer.multicluster.openshift.io/release-version: 2.8.0-201
The MCE QE Install automation checks for all components with this label and if they have it, it then checks for this annotation. Because these come and go at random, the automation sometimes fails with this error.
TASK [mce : RHACM4K-41912: Validate Release Version Annotation for MCE Operator] ***
fatal: [localhost]: FAILED! =>
My theory is that there is some process or reconciliation happening that removes these. Many other ClusterRoles have these and I believe that this one should too.
Version-Release number of selected component (if applicable):
ACM 2.13
How reproducible:
Randomly
Steps to Reproduce:
- Install ACM with MCE
- Observe the ClusterRole open-cluster-management:cluster-manager-admin
Actual results:
Sometimes it has the aforementioned label and annotation but most of the time it does not.
Expected results:
It should always have them.
Additional info:
Command to check annotation:
$ oc -n multicluster-engine get clusterrole open-cluster-management:cluster-manager-admin -ojson | jq -r '.metadata|select(.annotations."installer.multicluster.openshift.io/release-version").name'
open-cluster-management:cluster-manager-admin