Mickaël Canévet

Results 29 issues of Mickaël Canévet

API returns: ```json { "result": { "result": { "objectclass": [ "top", "idnsrecord" ], "arecord": [ "10.171.185.8" ], "dn": "idnsname=api.openshift-green,idnsname=example.com.,cn=dns,dc=example,dc=com", "idnsname": [ { "__dns_name__": "api.openshift-green" } ] }, "value": { "__dns_name__":...

**Which component are you using?**: Vertical Pod Autoscaler **Is your feature request designed to solve a problem? If so describe the problem this feature should solve.**: Sometimes the controller managing...

kind/feature

### Component(s) _No response_ ### What happened? I created an `OpenTelemetryCollector` in `DaemonSet` mode to collect my logs: ```yaml apiVersion: opentelemetry.io/v1alpha1 kind: OpenTelemetryCollector metadata: name: logs spec: config: ... env:...

bug
good first issue
area:operator

It would be great to be able to use IAM authentication when the exporter runs on AWS: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.Connecting.Go.html

**What this PR does / why we need it**: When using Ingress instead of gateway with simple scalable mode, ruler paths are currently redirected to reader instead of backend. **Checklist**...

size/XS
area/helm

**Is your feature request related to a problem? Please describe.** We are currently using a single Kafka as event bus. We have to define the same `default` `EventBus` resource in...

enhancement