dheeg
dheeg
Thanks, I had the same problem as well and wanted to keep kubectl working. I generate my client now like this until this is fixed: ```python import os import yaml...
@nolar It would be really great to have this feature in place
Was somebody able to fix this error? Our operator (kopf 1.36.2) has to deal with several thousand resources as well on startup. From time to time the following lethal error...
@nolar Do you have an idea about this by chance? It looks like there are types of requests which will not be retried. Maybe this is also the reason behind...
This is already fixed in the master branch but not the current pip package. `pip install git+https://github.com/dsoprea/PyInotify`
I see the same problem. Once an `Watcher for xyz has failed` error occured the game is basically over. There can be other errors leading to the same situation https://github.com/nolar/kopf/issues/1077...
@AlexisSouquiere Hi we updated as well and see the error above. Authentication is done via oauth2. Our setup: ``` akhq.security.groups: [] akhq.security.roles: node-read: - resources: [ "NODE" ] actions: [...
We ran into the same issue today, using Trivy **0.27.1**. We solved it by unsetting the environment variables `TRIVY_AUTH_URL`, `TRIVY_USERNAME` and `TRIVY_PASSWORD` and using `$HOME/.docker/config.json` instead: ``` { "auths": {...