Fix report from karpenter#353
Merged
Merged
Conversation
Code Review ✅ ApprovedUpdates the Karpenter configuration to resolve the reported incident. No issues found. Was this helpful? React with 👍 / 👎 | Gitar |
Tzvonimir
approved these changes
Apr 15, 2026
Parthiba-Hazra
added a commit
that referenced
this pull request
May 5, 2026
- Fix report form operator to include real data and not just aprehended status
Parthiba-Hazra
added a commit
that referenced
this pull request
May 5, 2026
- Fix report form operator to include real data and not just aprehended status
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.
[Fix transient report from karpenter]
📚 Description of Changes
We ping karpenter liveness + readiness probes via zxporter, and we'd normaly report status
DEGRADEDif both of th conditions weren't met, but we forgot to encounter the transient data - deployment, rollout, TCP connection down, etc.What Changed:
Minor change in logic to remove false positives for DEGRADED
Why This Change:
Affected Components:
(Which component does this change affect? - put x for all components)
Compose
K8s
Other (please specify)
❓ Motivation and Context
Why is this change required? What problem does it solve?
Context:
(Provide background information or link to related discussions/issues.)
Relevant Tasks/Issues:
(e.g., Fixes: #GitHub Issue)
🔍 Types of Changes
Indicate which type of changes your code introduces (check all that apply):
🔬 QA / Verification Steps
Describe the steps a reviewer should take to verify your changes:
make testto verify all tests pass.")make create-kind && make deploy.")✅ Global Checklist
Please check all boxes that apply: