[WIP] Validate and collect npd status in e2e test#197
Closed
Copilot wants to merge 12 commits into
Closed
Conversation
Contributor
Author
Copilot
AI
changed the title
[WIP] Validate npd status in e2e test
[WIP] Validate and collect npd status in e2e test
Jun 17, 2026
Member
|
Confirmed from the failed E2E run logs that this validation is flushing out the issue mentioned in #193. All Flex nodes joined and reached Ready, and node-problem-detector.service briefly reported active, but NPD was crash-looping before it could publish node conditions. The collected NPD journals repeatedly show: So the failure is caused by the bad kubeconfig path currently passed to NPD, not by node join or the detector rules themselves. Once #193 is combined with this PR, we expect the NPD condition check to pass and validate the fix. |
Member
|
included in #198 |
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.
Adds joined-node E2E validation for node-problem-detector status and collects node-problem-detector logs during E2E log dumps.
Also updates E2E documentation to mention NPD diagnostics and runs targeted validation/security checks.