-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
None
-
False
-
-
False
-
-
-
Search Sprint 2024-11
-
No
Description of problem:
- The topology view is showing grey for the application workloads, But the workload is deployed successfully on the remote cluster.
- The search page does not show any information for the remote clusters.
- For all the managed clusters, the addons page shows that showing search-collector is in a Progressing state.
- Addon CR for the search-collector is not showing any success status:
apiVersion: addon.open-cluster-management.io/v1alpha1
kind: ManagedClusterAddOn
metadata:
name: search-collector
namespace: rdr-primary16
spec:
installNamespace: open-cluster-management-agent-addon
status:
conditions:
- lastTransitionTime: '2024-05-29T11:28:58Z'
message: search-collector add-on is not available.
reason: ManagedClusterAddOnLeaseUpdateStopped
status: 'False'
type: Available
5. There is no Openshift type application are displayed for the remote clusters.
Version-Release number of selected component (if applicable):
ACM: 2.10.2
Submariner: 0.17.1
OCP: 4.16.0
ODF: 4.16.0-96
[root@rdr-hub16-bastion-0 ~]# oc get managedclusteraddons -A
NAMESPACE NAME AVAILABLE DEGRADED PROGRESSING
local-cluster application-manager True
local-cluster cert-policy-controller True
local-cluster cluster-proxy True
local-cluster config-policy-controller True
local-cluster governance-policy-framework True
local-cluster hypershift-addon True False
local-cluster iam-policy-controller True
local-cluster managed-serviceaccount True False
local-cluster work-manager True
open-cluster-management-observability observability-controller True
rdr-primary16 application-manager True
rdr-primary16 cert-policy-controller True
rdr-primary16 cluster-proxy True
rdr-primary16 config-policy-controller True
rdr-primary16 governance-policy-framework True
rdr-primary16 iam-policy-controller True
rdr-primary16 managed-serviceaccount True False
rdr-primary16 observability-controller True False
rdr-primary16 search-collector False
rdr-primary16 submariner True
rdr-primary16 tokenexchange True
rdr-primary16 volsync True
rdr-primary16 work-manager True
rdr-secondary16 application-manager True
rdr-secondary16 cert-policy-controller True
rdr-secondary16 cluster-proxy True
rdr-secondary16 config-policy-controller True
rdr-secondary16 governance-policy-framework True
rdr-secondary16 iam-policy-controller True
rdr-secondary16 managed-serviceaccount True False
rdr-secondary16 observability-controller True False
rdr-secondary16 search-collector False
rdr-secondary16 submariner True
rdr-secondary16 tokenexchange True
rdr-secondary16 volsync True
rdr-secondary16 work-manager True
[root@rdr-hub16-bastion-0 ~]# oc describe managedclusteraddons search-collector -n rdr-primary16
Name: search-collector
Namespace: rdr-primary16
Labels: <none>
Annotations: <none>
API Version: addon.open-cluster-management.io/v1alpha1
Kind: ManagedClusterAddOn
Metadata:
Creation Timestamp: 2024-05-24T12:37:54Z
Generation: 1
Resource Version: 17834301
UID: dbd43fd0-cc2e-46ef-b8d1-12089b5e5128
Spec:
Install Namespace: open-cluster-management-agent-addon
Status:
Conditions:
Last Transition Time: 2024-05-24T12:42:35Z
Message: search-collector add-on is not available.
Reason: ManagedClusterAddOnLeaseUpdateStopped
Status: False
Type: Available
Events: <none>
[root@rdr-hub16-bastion-0 ~]# oc get managedclusteraddons search-collector -n rdr-primary16 -o yaml
apiVersion: addon.open-cluster-management.io/v1alpha1
kind: ManagedClusterAddOn
metadata:
creationTimestamp: "2024-05-24T12:37:54Z"
generation: 1
name: search-collector
namespace: rdr-primary16
resourceVersion: "17834301"
uid: dbd43fd0-cc2e-46ef-b8d1-12089b5e5128
spec:
installNamespace: open-cluster-management-agent-addon
status:
conditions:
- lastTransitionTime: "2024-05-24T12:42:35Z"
message: search-collector add-on is not available.
reason: ManagedClusterAddOnLeaseUpdateStopped
status: "False"
type: Available