OCPNODE-4623: e2e for Block runc on RHEL 10 via OSImageURL stream class inspection - #31433
Open
asahay19 wants to merge 1 commit into
Open
OCPNODE-4623: e2e for Block runc on RHEL 10 via OSImageURL stream class inspection#31433asahay19 wants to merge 1 commit into
asahay19 wants to merge 1 commit into
Conversation
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
This PR adds disruptive e2e coverage for the osImageURL runc-on-RHEL-10 guard (OCPNODE-4518 / MCO stream-class inspection), in the existing runc RHCOS 10 upgrade guard suite alongside the osImageStream cases.
The new test verifies that when a pool uses runc via ContainerRuntimeConfig and targets RHCOS 10 through a MachineConfig osImageURL override (with no MachineConfigPool.spec.osImageStream), MCO blocks at render time (RenderDegraded), sets cluster upgradeability to Upgradeable=False, and leaves the node on RHCOS 9 with runc.
Key design points:
Summary by CodeRabbit
Tests
osImageURLwhenruncis the default runtime.Documentation
osImageURLupgrade-guard scenario, expected behavior, configuration constraints, and related references.