docs(rhcos): real RHCOS validation evidence + operator guide#52
Merged
Conversation
Records a real validation run inside a booted RHEL CoreOS guest and documents the operator path end to end: - docs/evidence-rhcos.md: committed evidence — RHCOS 416.94 (OpenShift 4.16), kernel 5.14.0-427.93.1.el9_4, ringbuf-modern load=pass attach=1/1, with the in-guest validator output, serial excerpt (ignition.platform.id=qemu), and image provenance (public OpenShift mirror, sha256s). Reproduce steps included. - docs/rhcos-openshift.md: operator guide — why it's opt-in, getting the image (public mirror / openshift-install), the RHEL/Alma 9 interim kernel approximation, and limits. - matrices/rhcos.yaml: ready-to-run single-profile matrix (required: false). - README: a careful CoreOS/OpenShift note under the backports section — FCOS Ignition boot implemented + public; RHCOS opt-in, operator-supplied image; example commands; links to the evidence and guide. RHCOS stays OUT of the "Distributions covered" table (no public evergreen image). Raw run artifacts live under evidence/rhcos/ locally (git-ignored as high-churn output); the decisive fields are inlined in docs/evidence-rhcos.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Closes the evidence gap on the RHCOS path. Earlier PRs added the opt-in mechanism (#50 Ignition boot, #51 operator image + opt-in); this proves it with a real run and documents it.
Real run (not a claim)
Downloaded the public RHCOS 4.16.51 qemu image, staged it via
make rhcos-image RHCOS_IMAGE_URL=..., and ran withBPFCOMPAT_ENABLE_RHCOS=1:5.14.0-427.93.1.el9_4-fw_cfg name=opt/com.coreos/config; SSH ascoreringbuf-modernartifact: load=pass, attach=1/1, kernel BTF presentSanity-checked the gate too: without
BPFCOMPAT_ENABLE_RHCOSthe run is correctly refused with the "stage image + opt in" reason.Deliverables
docs/evidence-rhcos.md— committed evidence: result table, in-guest validator JSON, serial excerpt (ignition.platform.id=qemu, "CoreOS Ignition User Config Setup"), image provenance (public mirror + sha256s), reproduce steps.docs/rhcos-openshift.md— operator guide: why opt-in, getting the image (public mirror /openshift-install coreos print-stream-json), the RHEL/Alma 9 interim kernel approximation, limits.matrices/rhcos.yaml— ready-to-run single-profile matrix.Honesty preserved
/evidence/is git-ignored (high-churn local output), so the decisive fields are inlined indocs/evidence-rhcos.md— the committed, reviewable record.🤖 Generated with Claude Code