Fix OKD release override on cross-architecture KVM - #881
Closed
pedrolzmaia wants to merge 1 commit into
Closed
Conversation
pedrolzmaia
marked this pull request as ready for review
August 14, 2026 19:30
pedrolzmaia
force-pushed
the
fix/okd-cross-arch-release-override
branch
from
August 14, 2026 19:33
987a129 to
6eb4704
Compare
Owner
|
sorry I missed your commit and fixed it in 392f955 |
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
Skip the cross-architecture release image override for OKD on virtualized providers while preserving the existing behavior for OCP.
Issue
Fixes #882
Problem
When an arm64 client controls a remote x86_64 KVM host, kcli appends the target architecture to the OKD SCOS release tag. This produces a nonexistent image such as
quay.io/okd/scos-release:4.21.0-okd-scos.11-x86_64, causingmanifest unknownduringnode-image-pull.Fix
Do not set the architecture-suffixed release override for OKD. The installer then uses the valid OKD release tag without the
-x86_64suffix.Validation
An OKD 4.21 installation using this change completed successfully through
Install complete!.