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
Describe the bug
NodePlacement or Toleration/NodeSelector don't affect argocd resources.
Expected behavior
I've already deployed ArgoCD using GitOps operator on default nodes.
Now I need to move ArgoCD resources on dedicated nodes that have a taint and a label.
I've tried to use NodePlacement field in ArgoCD resource template adding the toleration (as indicated here). It takes the toleration but nothing happens and resources remain on default nodes.
Also, I've tried to set toleration inside GitOps Service resource and it works but just for 2 deployment resources: kam and cluster. Others resources (argocd-repo-server, application-controller, etc..) are not affected by this change. This is indicated here.
How can I reach my goal?
Thank you.
The text was updated successfully, but these errors were encountered:
Describe the bug
NodePlacement or Toleration/NodeSelector don't affect argocd resources.
Expected behavior
I've already deployed ArgoCD using GitOps operator on default nodes.
Now I need to move ArgoCD resources on dedicated nodes that have a taint and a label.
I've tried to use NodePlacement field in ArgoCD resource template adding the toleration (as indicated here). It takes the toleration but nothing happens and resources remain on default nodes.
Also, I've tried to set toleration inside GitOps Service resource and it works but just for 2 deployment resources: kam and cluster. Others resources (argocd-repo-server, application-controller, etc..) are not affected by this change. This is indicated here.
How can I reach my goal?
Thank you.
The text was updated successfully, but these errors were encountered: