-
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
Show min/max replica count when using kubectl get scaledobject #1534
Conversation
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
@@ -28,6 +28,12 @@ spec: | |||
- jsonPath: .spec.triggers[*].type | |||
name: Triggers | |||
type: string | |||
- jsonPath: .spec.minReplicaCount |
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.
We'll have to update our Helm chart as well; taking mental note
…ectl get so Signed-off-by: Ritikaa96 <ritika@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.
Looking good, @Ritikaa96 could you please add the same for ScaledJob
?
…sing kubectl get scaledjob Signed-off-by: Ritikaa96 <ritika@india.nec.com>
@tomkerkhove @zroubalik @coderanger I've shuffled the min/max in scaledObject and added min/max for scaledJob. PTAL. |
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.
@Ritikaa96 could you please update Changelog (improvements section) :)
Sure. |
…bject Signed-off-by: Ritikaa96 <ritika@india.nec.com>
…get scaledobject/scaledjob Signed-off-by: Ritikaa96 <ritika@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 @Ritikaa96! |
…job (kedacore#1534) Signed-off-by: Ritikaa96 <ritika@india.nec.com>
…job (kedacore#1534) Signed-off-by: Ritikaa96 <ritika@india.nec.com>
Signed-off-by: Ritikaa96 ritika@india.nec.com
Checklist
Fixes #1410