Jorge Turrado Ferrero
Jorge Turrado Ferrero
I'm reviewing the configuration and it's looks nice in the yamls but I've noticed a weird thing. The logs you sent say that the ValidatingWebhookConfiguration's name is `keda-admission-webhooks` but that's...
Could you try to set everything to default and post the logs?
Sure, just ping me back when you have more info :)
Is the message transient or you see it permantently in your logs? Are you deploying KEDA with any kind of auto-sync? If yes, the auto-sync tool can be conflicting with...
In my experience with ArgoCD, that error is because flux is reconciling the configuration all the time, locking the resource. > Using cert-manager to create and inject the cert makes...
I've posted on the channel too, let's see if there is something that we can do in the future to prevent this 🤞
we support HashiCorp Vault as secrets source (we just read values from there as a client), due to it, we use these deps: ``` github.com/hashicorp/vault/api github.com/hashicorp/errwrap v1.1.0 // indirect github.com/hashicorp/go-cleanhttp...
I don't have any update xD
Let's keep this opened
Do you see errors on KEDA operator pod? That message is printed by the MS because it tries to establish the gRPC connection with the operator for getting metrics (after...