feat: add health check for flink.apache.org/FlinkSessionJob#26626
Open
sivchari wants to merge 1 commit intoargoproj:masterfrom
Open
feat: add health check for flink.apache.org/FlinkSessionJob#26626sivchari wants to merge 1 commit intoargoproj:masterfrom
sivchari wants to merge 1 commit intoargoproj:masterfrom
Conversation
🔴 Preview Environment stopped on BunnyshellSee: Environment Details | Pipeline Logs Available commands (reply to this comment):
|
Add Lua health check script for FlinkSessionJob custom resource. The health check maps FlinkSessionJob states to ArgoCD health statuses: - RUNNING, FINISHED -> Healthy - RECONCILING, CREATED -> Progressing - SUSPENDED, CANCELED -> Suspended - FAILED or error present -> Degraded - No status -> Progressing (waiting for reconciliation) Fixes argoproj#26523 Signed-off-by: sivchari <shibuuuu5@gmail.com>
31f53e7 to
d7bafea
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #26626 +/- ##
==========================================
+ Coverage 62.84% 62.87% +0.03%
==========================================
Files 412 413 +1
Lines 55640 55713 +73
==========================================
+ Hits 34969 35032 +63
- Misses 17337 17342 +5
- Partials 3334 3339 +5 ☔ View full report in Codecov by Sentry. |
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.
Summary
Add built-in Lua health check for
flink.apache.org/FlinkSessionJobCRD.Fixes #26523