Jędrzej Kotkowski
Jędrzej Kotkowski
### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...
### Is your feature request related to a problem? Please describe. FluentBit introduced kubernetes_events plugin in 2.15 or so. Would be nice to be able to define it in the...
# Expected Behavior Pipeline runs and taskruns from all 3 tasks are generated. # Actual Behavior PipelineRun fails with `'invalid result reference in pipeline task "printer": unable to validate result...
### What does this PR do? This is a basic implementation of service failover feature on Kubernetes CRD provider. ### Motivation Currently failover is only configurable on the file provider....
### Describe the issue Setting FluentBit.Spec.Labels will set labels on both the DaemonSet and the pods. Setting FluentBit.Spec.Annotations will set annotations only on the pods. ### To Reproduce Create a...
### What this PR does / why we need it: Introduces basic unit testing for pkg/operator/daemonset.go. This is the first small PR related to improving test coverage for fluent-operator ###...
### Is your feature request related to a problem? Please describe. Testing for fluent-operator is more or less limited to unit testing for plugin types and basic e2e tests for...
### Describe the issue Some time ago the fluentbit-watcher has been reworked to utilise the hot-reload feature https://github.com/fluent/fluent-operator/commit/90d364bfc1d42187eaddc600b1a6077fa1cfa4f5 This also meant removal of the SIGKILL call when the process is...
## Current situation In offline environments where a private registry with certificates signed by a private CA has to be used for pulling gadget images, an error will be thrown...