chore(workplan): pin k3s version to v1.35.1+k3s1
Some checks failed
railiance-tests / smoke (push) Has been cancelled

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 00:54:29 +01:00
parent 5891f1a881
commit ac13e94324

View File

@@ -58,7 +58,7 @@ state_hub_task_id: "3f042630-eab0-4c6a-9167-e2b28ff20e40"
Harden `ansible/bootstrap.yml` to a production-ready k3s install:
- Use the official k3s install script pinned to a specific version
(`INSTALL_K3S_VERSION=vX.Y.Z+k3s1`)
(`INSTALL_K3S_VERSION=v1.35.1+k3s1`)
- `INSTALL_K3S_EXEC="server --cluster-init --write-kubeconfig-mode=644"`
(cluster-init enables embedded etcd for future HA expansion)
- Wait for node `Ready` before proceeding: