chore(node-bootc): move the baked k3s to v1.35.7+k3s1 #91
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/k3s-1.35.7"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
1.34 enters maintenance mode 2026-08-27, and the apiserver may not skip a minor, so 1.36 needs two hops. This is hop one.
What actually runs the fleet
/usris read-only under bootc, so the get.k3s.io installer cannot write/usr/local/bin/k3son a live node. node-bootc bakes the binary into/usr/bin/k3s— that ContainerfileARGis the version the fleet runs.bootstrap/nodes.envis only the fallback for a stock, non-bootc image. The two must move together; editing nodes.env alone changes nothing live.Nothing rolls from these commits
The new version reaches a node only when node-bootc is rebuilt and the node takes the image. Order is fixed and getting it wrong is silent:
bootc switchfirst — it runs the k3s server, i.e. the apiserverA worker rolled first puts a 1.35 kubelet under a 1.34 apiserver.
Both v1.35.7+k3s1 release assets (the k3s binary and
sha256sum-amd64.txt) were confirmed present before the edit; the existing RUN block still verifies the checksum.No VERSION file changes — node-bootc has none. It is tagged by kernel version through the node-image Shipwright Build, not by the
:vNdiscipline the otherimages/directories follow.b1a8c88b26679185af65679185af65b0c2086c94