-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
ACM 2.15.0
-
2
-
False
-
-
False
-
-
-
Workload Mgmt Train 32 - 2, Workload Mgmt Train 33 - 1
-
None
Description of problem - Provide a detailed description of the issue encountered, including logs/command-output snippets and screenshots if the issue is observed in the UI:
GitOps cluster creation is failing, thereby blocking the appset based deployment
The OCP platform infrastructure and deployment type (AWS, Bare Metal, VMware, etc. Please clarify if it is platform agnostic deployment), (IPI/UPI):
The ODF deployment type (Internal, External, Internal-Attached (LSO), Multicluster, DR, Provider, etc):
Internal
The version of all relevant components (OCP, ODF, RHCS, ACM whichever is applicable):
Does this issue impact your ability to continue to work with the product?
Is there any workaround available to the best of your knowledge?
Can this issue be reproduced? If so, please provide the hit rate
Can this issue be reproduced from the UI?
If this is a regression, please provide more details to justify this:
Steps to Reproduce:
1. In ACM 2.15, create gitops cluster
2. Gitops cluster creation failing with below error. It blocks appset based workload creation.
oc get gitopscluster -A -o yaml apiVersion: v1 items: - apiVersion: apps.open-cluster-management.io/v1beta1 kind: GitOpsCluster metadata: annotations: kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"apps.open-cluster-management.io/v1beta1","kind":"GitOpsCluster","metadata":{"annotations":{},"name":"gitops-cluster","namespace":"openshift-gitops"},"spec":{"argoServer":{"argoNamespace":"openshift-gitops","cluster":"local-cluster"},"placementRef":{"apiVersion":"cluster.open-cluster-management.io/v1beta1","kind":"Placement","name":"all-openshift-clusters","namespace":"openshift-gitops"}}} creationTimestamp: "2025-09-29T04:22:05Z" generation: 1 name: gitops-cluster namespace: openshift-gitops resourceVersion: "754476" uid: f5d6d75c-4d0d-48a7-a6e2-b810e78019af spec: argoServer: argoNamespace: openshift-gitops cluster: local-cluster placementRef: apiVersion: cluster.open-cluster-management.io/v1beta1 kind: Placement name: all-openshift-clusters namespace: openshift-gitops status: conditions: - lastTransitionTime: "2025-09-29T04:22:05Z" message: Successfully resolved 0 managed clusters from placement reason: Success status: "True" type: PlacementResolved - lastTransitionTime: "2025-09-29T04:22:05Z" message: One or more components have failed reason: ClusterRegistrationFailed status: "False" type: Ready - lastTransitionTime: "2025-09-29T04:22:06Z" message: |- invalid character 'e' looking for beginning of value invalid character 'e' looking for beginning of value reason: ClusterRegistrationFailed status: "False" type: ClustersRegistered - lastTransitionTime: "2025-09-29T04:22:05Z" message: ArgoCD agent is disabled reason: Disabled status: "True" type: ArgoCDAgentPrereqsReady - lastTransitionTime: "2025-09-29T04:22:05Z" message: ArgoCD agent certificates not required (agent disabled) reason: NotRequired status: "True" type: CertificatesReady - lastTransitionTime: "2025-09-29T04:22:05Z" message: ManifestWorks not required (agent disabled) reason: NotRequired status: "True" type: ManifestWorksApplied lastUpdateTime: "2025-09-29T15:17:25Z" message: |- invalid character 'e' looking for beginning of value invalid character 'e' looking for beginning of value phase: failed kind: List metadata: resourceVersion: ""
Slack discussion - https://redhat-internal.slack.com/archives/CUEMQ631C/p1759143984390169
The exact date and time when the issue was observed, including timezone details:
Actual results:
Gitops cluster creatiion is failing
Expected results:
Gitops cluster creation should not fail
Logs collected and log location:
Additional info: