-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Only resolve PodSpec if needed (lazy resolution) #7259
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
base: main
Are you sure you want to change the base?
Conversation
|
Thank you for your contribution! 🙏 Please understand that we will do our best to review your PR and give you feedback as soon as possible, but please bear with us if it takes a little longer as expected. While you are waiting, make sure to:
Once the initial tests are successful, a KEDA member will ensure that the e2e tests are run. Once the e2e tests have been successfully completed, the PR may be merged at a later date. Please be patient. Learn more about our contribution guide. |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Signed-off-by: Dima Altukhov <[email protected]>
ff658a7 to
66ffe65
Compare
|
/run-e2e |
|
I think that avoid checking not needed fields is always nice, but why would you like to avoid podSpec? Is there any case you're dealing with? |
Yes! After update from version 2.16.1 to 2.18.1 i noticed a spike in memory usage from 256Mb to 1Gb! In our clusters we do not use any I would like to understand why/when behaviour changed? Maybe i missed changelog
|
|
Gotcha! now makes sense :) |



Provide a description of what has been changed
Checklist
Fixes #
Relates to #