Running Selenium on AKS , with Scaled Job as the scaling pattern with existing KEDA #2502
-
This is my value file Selenium Helm chart version is 0.32.0 We are getting the following error during Helm installation _Error: UPGRADE FAILED: rendered manifests contain a resource that already exists. Unable to continue with update: CustomResourceDefinition "clustertriggerauthentications.keda.sh" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata; annotation validation error: key "meta.helm.sh/release-name" must equal "selenium-job": current value is "keda"; annotation validation error: key "meta.helm.sh/release-namespace" must equal "selenium-job": current value is "keda" Our understanding is that if this is enableWithExistingKEDA: true , is true , then CRD's in keda should not be installed |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I saw the problem at your config |
Beta Was this translation helpful? Give feedback.
I saw the problem at your config
autoscaling: enableWithExistingKEDA: true enabled: true
At a time, only one can be set to
true
, it isenableWithExistingKEDA
orenabled
.Don't set both are true. Because the
autoscaling.enabled
will trigger the installation of sub-chart KEDA.