I have an Azure alert set up as follows:
- Signal: Pod Count
- Dimension: Kubernetes namesapce, phase
- Aggregation: Minimum pods less than 10
- Alert group: Selected to send an email
Please refer to the screenshot below:
However, even when I have 9 pods in Running
phase and 1 in CrashLoopBackOff
state, the alert is not triggered whereas I am expecting it to trigger. Any help would be grealy appreciated.