Open liranZiv27 opened 3 months ago
Ran into this issue as well with argocd app set
. Works fine when modifying Applications
with destination local to the current context but throws error when modifying Applications
with external destinations.
A workaround for me is using kubectl patch Application
, but I'd rather use the ArgoCD cli.
Checklist:
argocd version
.Describe the bug
We have a management
argocd
instance, which deploys apps to "worker" clusters. When using theargocd
cli to log into theargocd
instance with the--core
flag, all commands that need access to the worker clusters fail with this error, which doesn't appear in any logs, therefore the assumption it's executed usingkubectl
locally -Worker clusters are authenticated and have workloads deployed.
To Reproduce
Expected behavior
Running
argocd app set
deploys the specified versionVersion
Logs