stakater / IngressMonitorController

A Kubernetes controller to watch ingresses and create liveness alerts for your apps/microservices in UptimeRobot, StatusCake, Pingdom, etc. – [✩Star] if you're using it!
https://stakater.com
Apache License 2.0
587 stars 102 forks source link

[status-cake] Fix for crashes on empty responses #465

Closed MuneebAijaz closed 1 year ago

github-actions[bot] commented 1 year ago

@MuneebAijaz Image is available for testing. docker pull stakater/ingressmonitorcontroller:SNAPSHOT-PR-465-f8063cf8

MuneebAijaz commented 1 year ago

@nickspizzas the panic was originating from here, so i guess now it wont atleast crash the pods, although i dont know the behaviour of pagination of statuscake responses. Do comment changes if you do.

nickspizzas commented 1 year ago

Thanks for the update. I quickly tried the image and it does not crash anymore on a 429 response.