Aligns command structure across all deployments#6966
Merged
JorTurFer merged 3 commits intokedacore:mainfrom Aug 22, 2025
Merged
Aligns command structure across all deployments#6966JorTurFer merged 3 commits intokedacore:mainfrom
JorTurFer merged 3 commits intokedacore:mainfrom
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. |
Signed-off-by: Forest Eckhardt <forest.eckhardt@docker.com>
44e48fa to
0f3c9d8
Compare
Contributor
Author
|
Is there anything that I need to do to get some movement on this PR? |
zroubalik
approved these changes
Aug 19, 2025
Member
|
/run-e2e internal |
Contributor
Author
|
@zroubalik It appears that the runner timed out :( |
Member
|
/run-e2e internal |
JorTurFer
approved these changes
Aug 22, 2025
jmickey
pushed a commit
to jmickey/keda
that referenced
this pull request
Aug 22, 2025
Signed-off-by: Forest Eckhardt <forest.eckhardt@docker.com>
dpochopsky
pushed a commit
to dpochopsky/keda
that referenced
this pull request
Sep 12, 2025
Signed-off-by: Forest Eckhardt <forest.eckhardt@docker.com> Signed-off-by: David Pochopsky <david.pochopsky@united.com>
alt-dima
pushed a commit
to alt-dima/keda
that referenced
this pull request
Dec 13, 2025
Signed-off-by: Forest Eckhardt <forest.eckhardt@docker.com> Signed-off-by: Dmitriy Altuhov <altuhovd@gmail.com>
tangobango5
pushed a commit
to tangobango5/keda
that referenced
this pull request
Dec 22, 2025
Signed-off-by: Forest Eckhardt <forest.eckhardt@docker.com>
tangobango5
pushed a commit
to tangobango5/keda
that referenced
this pull request
Feb 13, 2026
Signed-off-by: Forest Eckhardt <forest.eckhardt@docker.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently the way the config is for the written metrics-apiserver is both out of sync with how the other two deployments are structured but it also produces a somewhat spurious start command. If you inspect the running process you see that the start command is the following:
Checklist