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
Hi all. I've been using ArgoCD Notifications for a while and there is a situation I would like to share with you. When enabled the "degraded" notifications, we started getting them on situations where I wasn't expecting it. For example: when there are non ready pods because the readiness probe temporary failed or when one k8s node is being replaced and the number of healthy replicas is below the desired number. I was thinking about adding a condition like "if the number of ready replicas is greater than zero and lesser than the desired number DO NOT trigger the notification". Is there a way I can check for the ready replicas?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi all. I've been using ArgoCD Notifications for a while and there is a situation I would like to share with you. When enabled the "degraded" notifications, we started getting them on situations where I wasn't expecting it. For example: when there are non ready pods because the readiness probe temporary failed or when one k8s node is being replaced and the number of healthy replicas is below the desired number. I was thinking about adding a condition like "if the number of ready replicas is greater than zero and lesser than the desired number DO NOT trigger the notification". Is there a way I can check for the ready replicas?
Thanks in advance.
The text was updated successfully, but these errors were encountered: