ArgoCD stuck at Syncing, can't terminate it #18613
Labels
bug
Something isn't working
component:core
Syncing, diffing, cluster state cache
version:2.11
Latest confirmed affected version is 2.11
Checklist:
argocd version
.Describe the bug
Some apps are stuck at syncing, and if i try to terminate it, it says "Unable to terminate operation: Unable to terminate operation. No operation is in progress"
To Reproduce
Deploy this example app of apps
apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: argocd-apps-aws namespace: argocd spec: destination: name: '' namespace: argocd server: 'https://kubernetes.default.svc' source: path: apps-aws/ repoURL: 'git@github.com:xxxxxx/apps.git' targetRevision: main directory: recurse: true project: default syncPolicy: automated: prune: true selfHeal: true
and add any apps inside of it
It happens with different kinds of apps too, application sets, etc
Expected behavior
It should threw and error, or terminate the sync
Screenshots
Version
The text was updated successfully, but these errors were encountered: