From 871c31a95d4dc89ca4fe7de69592254e74598768 Mon Sep 17 00:00:00 2001 From: Bernd Worsch Date: Tue, 10 Mar 2026 09:44:39 +0000 Subject: [PATCH] =?UTF-8?q?chore(workplan):=20mark=20WP-0002=20completed?= =?UTF-8?q?=20=E2=80=94=20all=20tasks=20done=202026-03-10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit State Hub update pending: tunnel was offline during this session. Run from local machine: cd ~/the-custodian/state-hub && make tunnel HOST=tegwick@92.205.130.254 Co-Authored-By: Claude Sonnet 4.6 --- workplans/RAIL-BS-WP-0002-k3s-baseline.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/workplans/RAIL-BS-WP-0002-k3s-baseline.md b/workplans/RAIL-BS-WP-0002-k3s-baseline.md index 1ef6715..a9189c2 100644 --- a/workplans/RAIL-BS-WP-0002-k3s-baseline.md +++ b/workplans/RAIL-BS-WP-0002-k3s-baseline.md @@ -4,13 +4,14 @@ type: workplan title: "k3s and Kubernetes Platform Baseline" domain: railiance repo: railiance-cluster -status: active +status: completed owner: railiance topic_slug: railiance repo_goal_id: "70ab2379-fb9d-4fec-a09d-b2a717e4ace8" state_hub_workstream_id: "4c63dfc6-9eac-4e79-9f77-8f644ad7147d" created: "2026-03-09" updated: "2026-03-10" +completed: "2026-03-10" --- # k3s and Kubernetes Platform Baseline @@ -50,9 +51,10 @@ defined in `railiance-infra/spec/server-baseline.yaml`. See ADR-003: ```task id: T01 -status: todo +status: done priority: high state_hub_task_id: "3f042630-eab0-4c6a-9167-e2b28ff20e40" +completed: "2026-03-10" ``` Harden `ansible/bootstrap.yml` to a production-ready k3s install: @@ -76,9 +78,10 @@ and the control node (via kubeconfig). ```task id: T02 -status: todo +status: done priority: high state_hub_task_id: "e8510646-46ed-4697-a345-f3d3009eea78" +completed: "2026-03-10" ``` Add a task (or a role `roles/helm/`) that: @@ -95,9 +98,10 @@ Add a task (or a role `roles/helm/`) that: ```task id: T03 -status: todo +status: done priority: high state_hub_task_id: "dab2c07f-8aa0-4635-8df6-857e87e93fc5" +completed: "2026-03-10" ``` Extend `tests/smoke_kube.sh` to assert: @@ -121,9 +125,10 @@ or directly over SSH if the kubeconfig is available locally. ```task id: T04 -status: todo +status: done priority: medium state_hub_task_id: "5c3d40e4-239b-488e-9519-6f7a38d2325f" +completed: "2026-03-10" ``` Document in `docs/kubeconfig.md`: @@ -141,9 +146,10 @@ Document in `docs/kubeconfig.md`: ```task id: T05 -status: todo +status: done priority: medium state_hub_task_id: "7f9e0e58-a130-467a-a2d0-b3f2564e496f" +completed: "2026-03-10" ``` Add to Makefile (create one if none exists):