Jakob Beckmann
Jakob Beckmann
This should also fix #14901.
@taoism4504 is any additional work required for this? Thanks 😃
The security report shown above can be obtained from the [web application](https://securify.chainsecurity.com/). It cannot be obtained in this format from the command line but improvements on the command line output...
I ran into the same issue today. Enabling the caching seems to have permanently solved it.
@kfern you can just set the `cache.enabled` value to `true`. This seems to be an issue with round-robin LB when using a setup with several instances, i.e `replicaCount` not `1`...
Hi @schultz-is Thanks for the review. I rebased on the current state of `main`; conflicts should be resolved.
Hi @slimus. Yes I still seem to have this issue. I now use the following setup, which also exhibits the issue. Currently running: - K9s: 0.25.18 within tmux 3.3a -...
It is implemented server-side. Namespced custom resources offer the `/apis///` endpoint. See below (with CrunchyData's PostgresCluster as a CRD): ``` $ kubectl get postgresclusters -v7 -A I0329 09:03:28.860330 52910 loader.go:375]...
Yes, such a method would be fine. I guess it depends whether you want to make a distinction between namespaced and cluster level custom objects. I realize that in terms...
Hi, I have not worked on this as it requires a change in the OpenAPI spec that I am unfamiliar with. I could, at best, have a look in a...