ngrok / kubernetes-ingress-controller

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

Improve Error logging if the Ingress Class is missing #263

Open jonstacks opened 1 year ago

jonstacks commented 1 year ago

Description

If the ngrok IngressClass does not exist, periodically print error logs that state it is missing.

Use Case

If the helm chart is installed and then the ngrok IngressClass gets deleted by some other automation, its not very clear that IngressClass is missing and what the problem is. Better logging around this case will help to quickly determine that it is missing.

Related issues

No response

alex-bezek commented 4 months ago

Related to #175