Philippe Scorsolini
Philippe Scorsolini
The root ca is deleted if you uninstall the crossplane helm chart, while functions' certificates are not, so if you then reinstall it, you end up with invalid certificates, a...
@jbw976 what do you think about proceeding with this one?
here the same POC directly consuming the upstream helm chart, without vendoring it: https://github.com/phisco/uxp-chart-deps/tree/no-vendor The main drawback is the need to `helm dependency build` before packaging it, which will have...
@doriable, any update on this? Can we help?
Indeed, #3503 is still relevant.
@gsimko can you be more explicit with the steps that brought you to this situation? E.g.: - created first cluster with max_connection yy - backed up first cluster to bucket...
But the error message you shared is saying: `max_connections = 10 is a lower setting than on the primary server, where its value was 40`. So, it looks like it’s...
Maybe I got it, it’s set to 10 from the backup, then at some point replaying WALs, it’s set to 40, but we still try to force it back to...
this dependency is only needed by an example, we should move examples to a separate module to avoid polluting dependencies
for sure I'd go with prometheus metrics, https://github.com/grpc-ecosystem/go-grpc-middleware/tree/main/providers/prometheus feels like the suggested way to do that.