Bernhard J. M. Grün
Bernhard J. M. Grün
I am affected by this issue too.
Hey @gongomgra, Thank you for your answer. It seems the problem is not present anymore with the newly released container version.
I can confirm this behavior.
Hey, I am affected by this bug also. The root cause seems to be, that k9s tries to get the cronjobs from _all namespaces_ (even if I previously selected a...
I just checked the corresponding code: https://github.com/derailed/k9s/blob/e2b21c0133676d11b277e93cb045ff3fbdb18ad1/internal/dao/cronjob.go#L113-L121 It seems there was a fix in #1866 that might also close this bug.
I can confirm that this bug is gone thanks to the work from @enov in #1866. @hmrc87 @derailed would you mind closing this issue?
It seems this issue was resolved with controller version 1.9.6.
According to that controller tag the controller image should contain that feature. https://github.com/kubernetes/ingress-nginx/blob/controller-v1.10.1/rootfs/etc/nginx/template/nginx.tmpl It seems the controller was not tagged based on release-1.10 branch but instead on main. And also...
Hey, [ParseRecovationList](https://pkg.go.dev/crypto/x509#ParseRevocationList) and its type [RevocationList](https://pkg.go.dev/crypto/x509#RevocationList) (there the attribute NextUpdate) should solve this. If NextUpdate is smaller than current time the CRL is expired. I am currently looking for a...
Hey, I am happy to provide a few files to make tests possible for you. First you need a Secret that contains the `ca.crl` as data (I will use stringData...