You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeking assistance with setting up a high availability deployment using the Akuity Kargo tool across two Kubernetes clusters, HA1 and HA2. We are using the Control Flow pattern with stages diverging from service-uat to service-uat-ha1 and service-uat-ha2, eventually leading to production.
Current Setup:
Clusters: HA1 and HA2
Deployment Pattern: Control Flow with sharding
Promotion Task: Deploys first to the passive cluster, then to the active cluster
Issue: The deployment fails during the argocd-update step with the following error: step "task-1::step-12" met error threshold of 0: error running step "task-1::step-12": error getting Argo CD Application "service-uat-ha2" in namespace "mercury-argocd": unable to find Argo CD Application "service-uat-ha2" in namespace "platform-argocd"
The application appears to be correctly named, but the sharding setup seems to prevent access to the second HA cluster in the ArgoCD step.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Kargo Team,
I'm seeking assistance with setting up a high availability deployment using the Akuity Kargo tool across two Kubernetes clusters, HA1 and HA2. We are using the Control Flow pattern with stages diverging from service-uat to service-uat-ha1 and service-uat-ha2, eventually leading to production.
Current Setup:
Issue: The deployment fails during the argocd-update step with the following error:
step "task-1::step-12" met error threshold of 0: error running step "task-1::step-12": error getting Argo CD Application "service-uat-ha2" in namespace "mercury-argocd": unable to find Argo CD Application "service-uat-ha2" in namespace "platform-argocd"The application appears to be correctly named, but the sharding setup seems to prevent access to the second HA cluster in the ArgoCD step.

Promotion Task Example:
Stage Example:
Questions:
Beta Was this translation helpful? Give feedback.
All reactions