-
Notifications
You must be signed in to change notification settings - Fork 441
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
[v2] Update scaled job #220
Conversation
81efe96
to
cb996ae
Compare
It would be nice, if you can provide Details section in the similar fashion that it is for ScaledObject? Add a short paragraph describing the properties. |
Thank you for the review, @tomkerkhove and @zroubalik I'm surely update this PR. I didn't noticed the section. |
35f8785
to
525c004
Compare
I update the documentation. I added
on the scaled job. Could you have a look and review it? |
Signed-off-by: Tsuyoshi Ushio <ushio@simplearchitect.com>
Co-authored-by: Tom Kerkhove <kerkhove.tom@gmail.com> Signed-off-by: Tsuyoshi Ushio <ushio@simplearchitect.com>
Co-authored-by: Tom Kerkhove <kerkhove.tom@gmail.com> Signed-off-by: Tsuyoshi Ushio <ushio@simplearchitect.com>
Signed-off-by: Tsuyoshi Ushio <ushio@simplearchitect.com>
Co-authored-by: Tom Kerkhove <kerkhove.tom@gmail.com> Signed-off-by: Tsuyoshi Ushio <ushio@simplearchitect.com>
Co-authored-by: Tom Kerkhove <kerkhove.tom@gmail.com> Signed-off-by: Tsuyoshi Ushio <ushio@simplearchitect.com>
Co-authored-by: Tom Kerkhove <kerkhove.tom@gmail.com> Signed-off-by: Tsuyoshi Ushio <ushio@simplearchitect.com>
Co-authored-by: Tom Kerkhove <kerkhove.tom@gmail.com> Signed-off-by: Tsuyoshi Ushio <ushio@simplearchitect.com>
Co-authored-by: Tom Kerkhove <kerkhove.tom@gmail.com> Signed-off-by: Tsuyoshi Ushio <ushio@simplearchitect.com>
ac6bdc6
to
bef97c5
Compare
Hi @tomkerkhove |
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
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
Update the Scaled Job according to the logic.
successfulJobsHistoryLimit
andfailedJobsHistoryLimit
for removing completing/failed jobs.MinReplicaCount
andCooldownPeriod
that is not fit for the ScaledJob.Reference
kedacore/keda#959
kedacore/keda#956