28 lines
682 B
YAML
28 lines
682 B
YAML
# Record the intended golden image inputs for Pimox worker templates.
|
|
# Update this when rebuilding VM template 9000 or changing Kubernetes/runtime pins.
|
|
template:
|
|
vmid: 9000
|
|
name: debian-13-arm64-worker-template
|
|
storage: local
|
|
worker_clone_storage: opi5_ssd
|
|
os:
|
|
distribution: Debian
|
|
release: "13"
|
|
architecture: arm64
|
|
image_url: ""
|
|
image_sha256: ""
|
|
kubernetes:
|
|
kubelet: v1.36
|
|
kubeadm: v1.36
|
|
kubectl: v1.36
|
|
runtime:
|
|
containerd: ""
|
|
qemu_guest_agent: ""
|
|
build:
|
|
last_built_utc: ""
|
|
built_by: ""
|
|
source_commit: ""
|
|
notes:
|
|
- Treat Pimox worker disks as rebuildable capacity.
|
|
- Rebuild workers from the template instead of hand-upgrading drifted nodes.
|