-
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
Fix: READY and ACTIVE fields of ScaledJob to show status. #1855
Conversation
Signed-off-by: Shubham Kuchhal <shubham.kuchhal@india.nec.com>
Hi @tomkerkhove @zroubalik @ahmelsayed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, minor nit and could you please add this to the changelog? (Improvements section)
… comment. Signed-off-by: Shubham Kuchhal <shubham.kuchhal@india.nec.com>
Signed-off-by: Shubham Kuchhal <shubham.kuchhal@india.nec.com>
Signed-off-by: Shubham Kuchhal <shubham.kuchhal@india.nec.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @Shubham82
Signed-off-by: Shubham Kuchhal shubham.kuchhal@india.nec.com
Fix the READY AND ACTIVE fields of ScaledJob to show Status before and after scaling when we run
kubectl get sj
. and also replace ScaledObject to ScaledJob in comments and error message for ScaledJob.Checklist
Fixes #1849