feat(actions): add pause action for KEDA ScaledObject and ScaledJob (#25301)#25302
Merged
reggie-k merged 6 commits intoargoproj:masterfrom Nov 30, 2025
Merged
feat(actions): add pause action for KEDA ScaledObject and ScaledJob (#25301)#25302reggie-k merged 6 commits intoargoproj:masterfrom
reggie-k merged 6 commits intoargoproj:masterfrom
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
52b8f4c to
bde91e4
Compare
fba6dd8 to
50d3ee3
Compare
Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com>
50d3ee3 to
8769730
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #25302 +/- ##
==========================================
+ Coverage 62.23% 62.25% +0.02%
==========================================
Files 351 351
Lines 49346 49368 +22
==========================================
+ Hits 30712 30736 +24
+ Misses 15696 15692 -4
- Partials 2938 2940 +2 ☔ View full report in Codecov by Sentry. |
Contributor
Author
|
I'm going to set this back to draft. I will add an extra option (paused-replicas). -- added paused-replicas |
fbc5da5 to
79be3a0
Compare
Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com>
79be3a0 to
f52a485
Compare
56903a2 to
23d04f5
Compare
zroubalik
approved these changes
Nov 18, 2025
6e44faa to
ee5dc35
Compare
ee5dc35 to
3c7be82
Compare
Contributor
|
I think that this could be interesting for you @blakepettersson. IIRC you added some lua configs for KEDA in the past |
Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com>
Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com>
5eea595 to
cd1b7df
Compare
cd1b7df to
23dc1ae
Compare
Contributor
Author
|
Added discovery tests (advice from @reggie-k) |
reggie-k
approved these changes
Nov 30, 2025
FourFifthsCode
pushed a commit
to FourFifthsCode/argo-cd
that referenced
this pull request
Dec 4, 2025
…rgoproj#25301) (argoproj#25302) Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com>
fsdkibe
pushed a commit
to fsdkibe/argo-cd
that referenced
this pull request
Dec 5, 2025
…rgoproj#25301) (argoproj#25302) Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com>
yuehaii
pushed a commit
to yuehaii/argo-cd
that referenced
this pull request
Dec 11, 2025
…rgoproj#25301) (argoproj#25302) Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com> Signed-off-by: hai.yue <hai.yue@ingka.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.
This PR adds resource actions for KEDA ScaledObject and ScaledJob:
autoscaling.keda.sh/paused=true(both ScaledObject and ScaledJob)autoscaling.keda.sh/paused-replicas: “"(only ScaledObject)Checklist:
Fixes: #25301