Compare commits
3 Commits
claude/ci1
...
claude/ci1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
667777a653 | ||
|
|
84c9feb893 | ||
|
|
427dbfcef2 |
@@ -58,7 +58,7 @@ spec:
|
|||||||
nodeName: rke2-server
|
nodeName: rke2-server
|
||||||
containers:
|
containers:
|
||||||
- name: web
|
- name: web
|
||||||
image: localhost/fc-updater-web:v20260508-pub3-deepening-2bdf108
|
image: localhost/fc-updater-web:v20260509-4162dca-authgate
|
||||||
imagePullPolicy: Never
|
imagePullPolicy: Never
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
|
|||||||
@@ -411,12 +411,18 @@ spec:
|
|||||||
# Confirmed via debug pod: PVC content IS a real bootable ISO9660
|
# Confirmed via debug pod: PVC content IS a real bootable ISO9660
|
||||||
# (file: "ISO 9660 CD-ROM filesystem data ... (bootable)"), so the
|
# (file: "ISO 9660 CD-ROM filesystem data ... (bootable)"), so the
|
||||||
# only bug was boot priority.
|
# only bug was boot priority.
|
||||||
# 2026-05-08 PM: cdrom bus is SCSI (virtio-scsi controller). Bus
|
# 2026-05-08 PM: cdrom bus SCSI + containerDisk delivery. This
|
||||||
# choice is no longer load-bearing since the ISO is delivered via
|
# combination boots qemu cleanly and reaches OVMF, but OVMF
|
||||||
# containerDisk (see volumes block below) — both SATA and SCSI
|
# BdsDxe still hits "starting Boot0001 ... Time out" on the
|
||||||
# work fine when the cdrom backing isn't a slow PVC. SCSI is kept
|
# cdrom — see HANDOFF.md / CODEX-STATUS.md "OPEN — ci1" for the
|
||||||
# because it's the modern bus and matches the standard FC
|
# full diagnostic chain. virtio-blk disk swap was attempted as a
|
||||||
# KubeVirt VM template.
|
# workaround but introduced a separate QEMU rootdisk flock issue
|
||||||
|
# without fixing the underlying OVMF cdrom problem; reverted.
|
||||||
|
# Operator decision needed for next architectural step (OVMF
|
||||||
|
# custom build with extended timeout, KubeVirt version bump,
|
||||||
|
# Hyper-V/VirtualBox-and-export, or BIOS legacy boot). The
|
||||||
|
# containerDisk distribution pipeline (build/save/scp/ctr import)
|
||||||
|
# is proven and ready to reuse for any of those.
|
||||||
- name: windows-iso
|
- name: windows-iso
|
||||||
bootOrder: 1
|
bootOrder: 1
|
||||||
cdrom:
|
cdrom:
|
||||||
|
|||||||
Reference in New Issue
Block a user