Our controller can die because too often it consume the Github API for retrieving the firewall release asset:
...
panic: GET https://api.github.com/repos/metal-stack/firewall-controller/releases: 403 API rate limit exceeded for 185.153.67.16. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.) [rate reset in 1m32s] [recovered]
panic: GET https://api.github.com/repos/metal-stack/firewall-controller/releases: 403 API rate limit exceeded for 185.153.67.16. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.) [rate reset in 1m32s]
...
It even dies with a panic which we should avoid under all circumstances.
Our controller can die because too often it consume the Github API for retrieving the firewall release asset:
It even dies with a
panic
which we should avoid under all circumstances.