ngrok / kubernetes-ingress-controller

The official ngrok Ingress Controller for Kubernetes
https://ngrok.com
MIT License
184 stars 20 forks source link

unified reconciling and error handling #288

Closed nikolay-ngrok closed 11 months ago

nikolay-ngrok commented 11 months ago

closes: #283

What

Currently, the controllers don't (most of them) inspect the errors coming from the ngrok API and retry forever. With this PR, we'll look at the resulting error, and retry based on the error codes coming from the ngrok API:

How

Breaking Changes

None