-
Notifications
You must be signed in to change notification settings - Fork 444
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
Add more debugging scenarios for not scaling as expected #1298
base: main
Are you sure you want to change the base?
Add more debugging scenarios for not scaling as expected #1298
Conversation
Reference kedacore/keda#5263, adding some more documentation for guiding debugging, and highlighting known issues Signed-off-by: OfficiallySomeGuy <[email protected]>
✅ Deploy Preview for keda ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Thank you for your contribution! 🙏 We will review your PR as soon as possible.
Learn more about:
|
@@ -1,14 +1,36 @@ | |||
+++ | |||
title = "Why is my `ScaledObject` paused?" | |||
title = "Why is my `ScaledObject` not scaling as expected?" |
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.
I personally would prefer a seperate item for this; people using pausing will more likely be helped faster if we have a dedicated item.
You can still refer to the new item from within the paused entry
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.
Agree a separate section would be great
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.
@OfficiallySomeGuy any update on this please?
@zroubalik unfortunately I am prohibited from making any further contributions, however if you would like to amend this PR and merge it, I would be supportive |
Please get this merged into the documentation. We have wasted a lot of time trying to figure out why our deployment is not scaling to the desired value in specified in our cron trigger. I know this is technically a feature of the HPA controller, but the keda docs really need prominent mentions of this throughout the documentation. |
Reference kedacore/keda#5263, adding some more documentation for guiding debugging, and highlighting known issues.
Checklist
Fixes #
Update docs adding more scenarios for debugging