André Bauer

Results 152 comments of André Bauer

We've installed keda via the downloaded release yaml which we split up in separate files and apply with fluxcd's kustomize controller.

As we were looking into the issue we thought the naming might not match at some point and tried to change it but it made no difference. We might have...

Yes, thanks for your help :) Will do. Might need some days though.

We updated all resources to the 2.12.1 release now, overwriting our changes. After setting "failurePolicy: Fail" in the validating webhook the namespaces with a scaledobject can't be applied any longer....

Yes, the error message are popping up regulary (around every 5 min). What do you mena with auto-sync? The resources created/applied by fluxcd are reconciled but certs are not part...

Using cert-manager to create and inject the cert makes no difference :(

After discussing this in the fluxcd slack channel we decided to go without the admission controller: https://cloud-native.slack.com/archives/CLAJ40HV3/p1701698388439549

We already don't use `--collect-all`. Which of the collectors we use (see above) should be removed? As far as i see the diagnosticdata collector is most expensive but if i...

What made our case even worse was the bitnami mongodb helm chart, which did the readinessprobe on /metrics. https://github.com/bitnami/charts/blob/main/bitnami/mongodb/templates/replicaset/statefulset.yaml#L461