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

ACM 2.9 Application UI: Group of different Items/Kinds not shown as green even all elements are green

XMLWordPrintable

    • False
    • None
    • False
    • No

      Description of problem:

      Deployed an ApplicationSet to 2 Clusters (it is deployed for a longer time) it is our test environment.

      Now when looking into the UI you have some elements which are fine on one cluster
      and not fine on the other. But you also have elements which are fine on both.
      (Screenshots make it more clear)

      Issue is this inconsistency!

      This is the ApplicationSet being used:

      apiVersion: argoproj.io/v1alpha1
      kind: ApplicationSet
      metadata:
        name: pacman
        namespace: openshift-gitops
        creationTimestamp: 2023-07-26T18:58:48Z
        generation: 4
        resourceVersion: "452776785"
        uid: 856baa09-cfc3-4cf5-93b6-07517e672249
      spec:
        generators:
          - clusterDecisionResource:
              configMapRef: acm-placement
              labelSelector:
                matchLabels:
                  cluster.open-cluster-management.io/placement: pacman-placement
              requeueAfterSeconds: 30
        template:
          metadata:
            name: pacman-{{name}}
            labels:
              velero.io/exclude-from-backup: "true"
          spec:
            destination:
              namespace: pacman
              server: "{{server}}"
            project: default
            source:
              path: pacman
              repoURL: https://github.com/stolostron/application-samples.git
              targetRevision: main
            syncPolicy:
              automated:
                prune: true
                selfHeal: true
              syncOptions:
                - CreateNamespace=true
                - PruneLast=true
                - ApplyOutOfSyncOnly=true
      status:
        conditions:
          - lastTransitionTime: 2023-07-26T18:58:48Z
            message: Successfully generated parameters for all Applications
            reason: ApplicationSetUpToDate
            status: "False"
            type: ErrorOccurred
          - lastTransitionTime: 2023-07-26T18:58:48Z
            message: Successfully generated parameters for all Applications
            reason: ParametersGenerated
            status: "True"
            type: ParametersGenerated
          - lastTransitionTime: 2023-07-26T18:58:48Z
            message: ApplicationSet up to date
            reason: ApplicationSetUpToDate
            status: "True"
            type: ResourcesUpToDate
      ---
      apiVersion: cluster.open-cluster-management.io/v1beta1
      kind: Placement
      metadata:
        name: pacman-placement
        namespace: openshift-gitops
        creationTimestamp: 2023-04-10T19:46:33Z
        generation: 5
        resourceVersion: "543741050"
        uid: 6aea495a-42f1-4674-b806-e63abb86cdcf
      spec:
        clusterSets:
          - global
        predicates:
          - requiredClusterSelector:
              labelSelector:
                matchExpressions:
                  - key: app
                    operator: In
                    values:
                      - pacman
      status:
        conditions:
          - lastTransitionTime: 2023-04-10T19:46:33Z
            message: Placement configurations check pass
            reason: Succeedconfigured
            status: "False"
            type: PlacementMisconfigured
          - lastTransitionTime: 2023-12-07T02:20:30Z
            message: All cluster decisions scheduled
            reason: AllDecisionsScheduled
            status: "True"
            type: PlacementSatisfied
        decisionGroups:
          - clusterCount: 2
            decisionGroupIndex: 0
            decisionGroupName: ""
            decisions:
              - pacman-placement-decision-1
        numberOfSelectedClusters: 2
      

      Version-Release number of selected component (if applicable):

      How reproducible:

      Steps to Reproduce:

      1. ...

      Actual results:

      Expected results:

      Additional info:

        1. issue.png
          issue.png
          109 kB
        2. route.png
          route.png
          105 kB

            fxiang@redhat.com Feng Xiang
            rhn-support-cstark Christian Stark
            David Huynh David Huynh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: