zephyrproject-rtos / infrastructure

Zephyr Project Infrastructure Management
1 stars 1 forks source link

cloud-monitor: Check ready status count for KeyDB cache pods #205

Closed stephanosio closed 2 months ago

stephanosio commented 2 months ago

The KeyDB cache status check logic was previously checking for non-ready pod count, which resulted in the check erroneously reporting "operational" status when the pods themselves were deleted (e.g. due to eviction).

This commit updates the check to explicitly check for the ready pod count.