David Pech

Results 10 comments of David Pech

We had similar issue with KafkaExporter with managed Kafka on Oracle Cloud (OCI Streams) - solved with --group.filter='.+'

Problem from logs: ``` ✗ Preparing nodes 📦 2024-04-16 13:15:18.045Z: Deleted nodes: ["kind-control-plane"]2024-04-16 13:15:18.054Z: ERROR: failed to create cluster: could not find a log line that matches "Reached target .*Multi-User...

I just wonder - is it not possible to use VIM plugin for VScode instead of custom made one? I just mean that a lot of these advanced use-cases are...

Oh, to be honest, I don't know much of a details about how it is implemented. I'm just a VIM user for several decades and use these integration through VScode,...

I'd like to help, but can you explain please the reason for the conversion webhook? I mean it is safe to remove it without any other changes, or did you...

I am not quite sure, which resources are relevant the bug, as we run 1 Redis, 1 RedisCluster and 1 RedisReplication in the same namespace for the project. ```yaml apiVersion:...

When we tear everything in the namespace down, Operator went online. When we inserted only the redis-cache Cluster (see above), another Operator crashback loop: ```yaml {"level":"info","ts":1701264296.5407295,"logger":"controller-runtime.metrics","msg":"Metrics server is starting to...

After some go debugging the, problem is that the RedisCluster.spec has some field not properly initialized to default, but to nil values. This particular yaml was fixed providing the default...

Hi, helm chart 0.15.9, but with commented out conversion webhook CRDs (from the #712). No, the webhook was not enabled.