-
Bug
-
Resolution: Done
-
Normal
-
ACM 2.7.0
-
False
-
-
False
-
-
-
Sprint 25
-
No
Description of problem:
Disabled clusters not listing on search page after clicking on view all disable clusters
How reproducible:
Steps to Reproduce:
1 | Deploy ACM hub |
2 | Verify search function is working |
3 | update klusterletaddonconfigs for specific managed cluster kubectl edit klusterletaddonconfigs.agent.open-cluster-management.io <cluster-name> -n <cluster-name> |
4 | Update KlusterletAddonConfig and modify `searchCollector: enabled` to false ``` apiVersion: agent.open-cluster-management.io/v1 kind: KlusterletAddonConfig metadata: name: <cluster-name> namespace: <cluster-name> spec: clusterName: <cluster-name> clusterNamespace: <cluster-name> clusterLabels: cloud: auto-detect vendor: auto-detect applicationManager: enabled: true certPolicyController: enabled: true iamPolicyController: enabled: true policyController: enabled: true searchCollector: enabled: false |
```|
5 | search-collector add-on is removed |
6 | Navigate to the search page |
7 | Click on `View disabled clusters` |
8 | Verify search-collector is created in open-cluster-management-agent-addon ns on the managed cluster |
Actual results:
Expected results:
Additional info:
- is cloned by
-
ACM-2775 Disabled clusters not listing on search page after clicking on view all disable clusters
-
- Closed
-