-
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
Provide explicitly pausing annotations of ScaledObjects at the current replica count #4809
Provide explicitly pausing annotations of ScaledObjects at the current replica count #4809
Conversation
Thank you for your contribution! 🙏 We will review your PR as soon as possible.
While you are waiting, make sure to:
Learn more about: |
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
tests/internals/pause_scaledobject_explicitly/pause_scaledobject_explicitly_test.go
Show resolved
Hide resolved
/run-e2e internal* |
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.
Can you add an e2e test that applies both paused + paused with specific replica count and make sure that the explicit count wins please?
…tZhou/keda into spiritzhou/pauseexplicitly
Add e2e test that applies both paused + paused. |
/run-e2e |
Signed-off-by: SpiritZhou <iammrzhouzhenghan@gmail.com>
There is a Solr e2e test failed. It seems like that there is a problem when setting up Solr. Do you have any idea to fix it? @JorTurFer |
Let me check. In any case, you can ignore it as it's not related with this PR |
/run-e2e |
Signed-off-by: SpiritZhou <iammrzhouzhenghan@gmail.com>
/run-e2e internal* |
/run-e2e |
@SpiritZhou while waiting for a review; would you mind updating our docs in a separate PR please? |
I have updated our docs (kedacore/keda-docs#1190). Do you mean we need to add more detail info in the doc? |
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
Any concerns for you @zroubalik / @JorTurFer ? |
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, great job!
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, just an small nit
Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es> Signed-off-by: SpiritZhou <iammrzhouzhenghan@gmail.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, let's merge this once docs PR is finished.
Thanks for the contribution!
Hi @zroubalik do you mind to review the docs PR again? |
Signed-off-by: SpiritZhou <iammrzhouzhenghan@gmail.com>
/run-e2e pause |
…t replica count (kedacore#4809) Signed-off-by: SpiritZhou <iammrzhouzhenghan@gmail.com> Co-authored-by: root <root@zhou> Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
…t replica count (kedacore#4809) Signed-off-by: SpiritZhou <iammrzhouzhenghan@gmail.com> Co-authored-by: root <root@zhou> Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es> Signed-off-by: anton.lysina <alysina@gmail.com>
Add pausing annotations of ScaledObjects at the current replica count
Checklist
Relates to #3304
Relates to kedacore/keda-docs#1190