-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove MIN field from kubectl get scaledjob. #1552
Labels
bug
Something isn't working
Comments
@tomkerkhove @zroubalik Could you let me know if it is ok to remove the MIN field from Thanks |
@Shubham82 good catch. Yes, would be great to fix this! |
Sure thanks @zroubalik ! I Will soon create a PR for it. |
@zroubalik i have Created a PR for it in #1553 |
Hi @tomkerkhove @zroubalik should we also update our Helm chart? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In latest release of KEDA(2.1.0), we added the functionality to show minimum and maximum replicacount for scaledobject and scaledjob when we run
kubectl get scaledobject
andkubectl get scaledjob
but There is no minRelicaCount kind of thing for scaledjob or not define such thing when we creating scaledjob object, only maxRelicacount is there for scaledjob, see the scaledjob spec here. and scaledjob_types.go code here. so when we runkubectl get scaledjob
it would show blank for MIN fieldExpected Behavior
Actual Behavior
Specifications
The text was updated successfully, but these errors were encountered: