Not able to run scaledJob in minikube on windows environment. #5724
Unanswered
abhiraialld
asked this question in
Q&A / Need Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to setup keda on my local windows environment to run scaledJob. I have installed v2.13.1 on mu minikube cluster. However, when I try to apply keda scaled job through kubeCtl I get the following error :
C:\sampleDocker>kubectl apply -f keda_sclaedjob.yml
Error from server (BadRequest): error when creating "keda_sclaedjob.yml": ScaledJob in version "v1alpha1" cannot be handled as a ScaledJob: strict decoding error: unknown field "spec.metadata"
The relevant section of yaml file :
I tried to leaf through sample configurations present on the keda website and I could see that metadata section is being used there as well. I could see the similar issue was raised in the past and was closed. Can someone please help here ? Have attached the yaml file I have been using to setup keda scaledJob.
keda_sclaedjob.zip
Beta Was this translation helpful? Give feedback.
All reactions