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
A customer of ours recently had an outage where some nodes crashed after an update. As a results, a discussion was started on how to prevent argoCD being unreachable and how to make the whole cluster more resilient.
One thing that came up was using a PriorityClass for all pods/deployments/... of ArgoCD, to make sure that ArgoCD has a higher priority than other pods.
I have found no mention of priorityclasses in the documentation, so I was wondering if setting this is possible.
Or if this is not possible, maybe because there is a disadvantage and a better way to achieve more resilience?
I look forward to hearing how others are solving such issues.
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
-
A customer of ours recently had an outage where some nodes crashed after an update. As a results, a discussion was started on how to prevent argoCD being unreachable and how to make the whole cluster more resilient.
One thing that came up was using a PriorityClass for all pods/deployments/... of ArgoCD, to make sure that ArgoCD has a higher priority than other pods.
I have found no mention of priorityclasses in the documentation, so I was wondering if setting this is possible.
Or if this is not possible, maybe because there is a disadvantage and a better way to achieve more resilience?
I look forward to hearing how others are solving such issues.
Kind Regards,
Johannes
Beta Was this translation helpful? Give feedback.
All reactions