Uploaded image for project: 'Red Hat Advanced Cluster Management'
  1. Red Hat Advanced Cluster Management
  2. ACM-2775

Disabled clusters not listing on search page after clicking on view all disable clusters

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • 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:

              jpadilla@redhat.com Jorge Padilla
              rh-ee-pmalar Pan Malar (Inactive)
              Pan Malar Pan Malar (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: