argoproj-labs/rollout-extension

Rollouts UI Missing most info

Closed this issue · 1 comments

Screenshot

The target Rollout is coming from another cluster, ArgoCD Hub+Spoke model. ArgoCD is version 2.11, but this has been an issue for several ArgoCD versions now.

Solved!

The ArgoCD Project did not have the ability to see ReplicaSets and Pods. So the data was not populating. Also adding in the ability for the project to see argoproj.io elements brought in the analysis templates and other items.

        - group: 'apps'
          kind: Deployment
        - group: 'apps'
          kind: 'ReplicaSet'
        - group: ''
          kind: 'Pod'
        - group: 'argoproj.io'
          kind: Rollout
        - group: 'argoproj.io'
          kind: Experiment
        - group: 'argoproj.io'
          kind: AnalysisTemplate
        - group: 'argoproj.io'
          kind: AnalysisRun
        - group: 'argoproj.io'
          kind: 'AnalysisTemplate'
        - group: 'argoproj.io'
          kind: 'ClusterAnalysisTemplate' # Optional if you don't want developers applying cluster templates. ```