Alex Simenduev

Results 10 issues of Alex Simenduev

Hi, As I understand from docs, duplicate messages can happen for outputs that write in batches, like Kafka. I'm using UDP output, and I still see lot's of duplicates. Might...

issue

Hi, I see that `mruby` module doesn't respect the `error_log` setting. In the `/etc/nginx/nginx.conf` I set log level like so: `error_log /var/log/nginx/error.log warn;`, but I still see `notice` logs specifically...

When I run command like ```shell rd executions deletebulk -R -y -m 20 --older 1d -p TestProject ``` It would return 2 if no results, and 0 if there are...

I've tried multiple times to accomplish a basic scenario. 1. Start `pghoard`, which initially takes the first base backup 2. Restore that backup to new instance I'm using S3 storage...

Hi, When a secret type changes, let's say from `Opaque` to `kubernetes.io/tls`, secreter failing to update the secret. I think it should handle such changes, and recreate secret if needed....

I get error ``` ModuleNotFoundError: No module named 'barman_exporter.barman_exporter'; 'barman_exporter' is not a package ``` Once I modify the `bin` wrapper from: ```python from barman_exporter.barman_exporter import main ``` to ```python...

#### What type of PR is this? /kind bug #### What this PR does / why we need it: The issue is described in #5977 #### Which issue(s) this PR...

cncf-cla: yes
cluster-autoscaler
size/M

- **Which component are you using?**: `cluster-autoscaler` - **What version of the component are you using?**: `1.25.0` - **What k8s version are you using?**: `v1.25.10` - **What environment is this...

cluster-autoscaler
kind/bug

# Issue Description: The slave client buffer keep growing on the source redis, even after RDB sync finished. There is no any errors in source or detination, the only issue...

type: question

Since Jenkins `2.437` (and the LTS `2.440.1`+), authenticating the agent using Jenkins auth is deprecated, a node secret should be used instead. The solution I've in mind is to switch...

enhancement
good first issue