Skip to content

skip-reconcile annotation produces refreshing loop in the ui #22994

@PKatBK

Description

@PKatBK

Checklist:

  • I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
  • I've included steps to reproduce the bug.
  • I've pasted the output of argocd version.

Describe the bug

Argo Applications with annotation:

argocd.argoproj.io/skip-reconcile: "true"

are shown in the UI with status refreshing and a spinning loop gif.

Also when refreshing all apps in the main application view the refreshing process stucks at the application with the named annotation.

I am using the latest argocd version, but issue still occurs.

To Reproduce

create a simple demo application with the annotation:

argocd.argoproj.io/skip-reconcile: "true"

Go to the ArgoCD UI and klick on the application you've just created. You will see the spinning wheel.

I would expect at least no spinning wheel, which let you assume, there is something happening in the background.
Beside that, i would expect the application to be excluded from the "refresh all" button on the main application page, as the application
can not be refreshed because of the annotation.

Screenshots

Image

Version

v2.12.4+27d1e64

Logs

no relevant logs

Metadata

Metadata

Assignees

No one assigned

    Labels

    component:coreSyncing, diffing, cluster state cachecomponent:uiUser interfaces bugs and enhancementsenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions