docs: web-UI direction ADRs + Container (CT) domain model#53
Open
hanthor wants to merge 3 commits into
Open
Conversation
Capture the decisions from a grilling session on shipping Proxmox usability over KubeVirt: - ADR-0001: web-UI feature-scope rule (usage-order, breadth-aspiration, honesty-filter; firewall/replication/HA/Ceph cut) - ADR-0002: soft-deprecate the qemu backend; corral becomes a KubeVirt tool - ADR-0003: Containers (CT) as pet pods (amends 0001's LXC cut) - ADR-0004: Alpine.js, no-build, island-by-island web UI - CONTEXT.md: reframe Backend (kubevirt-primary/qemu-legacy), add Container (CT) Tracked by #47–#52; reconciles #4 and #11.
Kubernetes PVC names must be lowercase RFC 1123 subdomains, but they were constructed by concatenating user-provided VM names that could contain uppercase characters. This lowercases the name at each PVC construction site: bootc build/rebuild, CreateVM, GenerateVM, CreateWindowsVM, DeleteVM, import command, AddVolume (hotplug), and DataVolumeStatus.
Adds a scheduled (daily) GitHub Actions workflow that: - Runs scripts/regen-catalog.py to scrape ghcr.io for fresh bootc images - gofmt's the output, builds, and runs catalog tests - Force-pushes to autogenerated-catalog branch - Opens/updates a PR if there are changes Pattern from https://mikemcquaid.com/make-github-actions-do-more-for-you/ Also refreshes catalog_generated.go with the latest run (54 images, 3 ISOs).
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.
Captures the decisions from a grilling session on shipping as much Proxmox
usability as possible over a KubeVirt backend.
ADRs
aspiration not a wall → honesty filter (never fake a primitive KubeVirt
lacks). Cuts: firewall, replication, HA, Ceph.
(web UI is already kubevirt-only).
rootfs + init + sshd, unprivileged-default/privileged-opt-in, curated
ct-*images on the existing catalog machinery, separate Create CT flow,
proxy networking, exec→xterm console.
stays the single shared surface for web + TUI + CLI + Proxmox.
CONTEXT.md
Tracking
Implements the plan behind #47 (pools), #48 (options editor), #49 (ISO library),
#50 (CT epic), #51 (qemu deprecation), #52 (Alpine). Reconciles #4 (backup —
keep the vmexport→S3 path) and #11 (API-compat investigation, now closed).
🤖 Generated with Claude Code