Sven Nebel
Sven Nebel
Hi, Poking around with `app.NewCloudControllerManagerCommand` I noticed `additionalFlags` argument does not seems to be working as I would expect, while the flag is parsed it is not show in the...
The flag `--monitoring.metrics-type-prefixes` can easily become a long string hard to read, in some file formats like when provided in a k8s yaml manifests within a list, indented, etc.. can...
Hi, This topic has been discussed before, at least in https://github.com/peak/s5cmd/issues/182. I am just weighting (once more) the apetite for s5cm to provide this feature, to get a contribution and...
Would you accept a PR with a wrapper that allow configuring the supported log levels and doesn’t break the existing signature of NewPrometheusHook ?
To be resilient to restarts, flushing state to disk could provide pseudo HA functionality, catching up once rescheduled only losing in between change events.
From 1.13 modules will be the default mode, the other dependency projects are deprecated
Pod autoscaler updates replicas directly into the deployment, instead of through its replicaset therefore causing potential noise, it'd be cool if we could filter replicas when deployment is bond to...