chore(workplan): mark WP-0002 completed — all tasks done 2026-03-10
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 <noreply@anthropic.com>
This commit is contained in:
parent
901535ca44
commit
871c31a95d
1 changed files with 12 additions and 6 deletions
|
|
@ -4,13 +4,14 @@ type: workplan
|
||||||
title: "k3s and Kubernetes Platform Baseline"
|
title: "k3s and Kubernetes Platform Baseline"
|
||||||
domain: railiance
|
domain: railiance
|
||||||
repo: railiance-cluster
|
repo: railiance-cluster
|
||||||
status: active
|
status: completed
|
||||||
owner: railiance
|
owner: railiance
|
||||||
topic_slug: railiance
|
topic_slug: railiance
|
||||||
repo_goal_id: "70ab2379-fb9d-4fec-a09d-b2a717e4ace8"
|
repo_goal_id: "70ab2379-fb9d-4fec-a09d-b2a717e4ace8"
|
||||||
state_hub_workstream_id: "4c63dfc6-9eac-4e79-9f77-8f644ad7147d"
|
state_hub_workstream_id: "4c63dfc6-9eac-4e79-9f77-8f644ad7147d"
|
||||||
created: "2026-03-09"
|
created: "2026-03-09"
|
||||||
updated: "2026-03-10"
|
updated: "2026-03-10"
|
||||||
|
completed: "2026-03-10"
|
||||||
---
|
---
|
||||||
|
|
||||||
# k3s and Kubernetes Platform Baseline
|
# k3s and Kubernetes Platform Baseline
|
||||||
|
|
@ -50,9 +51,10 @@ defined in `railiance-infra/spec/server-baseline.yaml`. See ADR-003:
|
||||||
|
|
||||||
```task
|
```task
|
||||||
id: T01
|
id: T01
|
||||||
status: todo
|
status: done
|
||||||
priority: high
|
priority: high
|
||||||
state_hub_task_id: "3f042630-eab0-4c6a-9167-e2b28ff20e40"
|
state_hub_task_id: "3f042630-eab0-4c6a-9167-e2b28ff20e40"
|
||||||
|
completed: "2026-03-10"
|
||||||
```
|
```
|
||||||
|
|
||||||
Harden `ansible/bootstrap.yml` to a production-ready k3s install:
|
Harden `ansible/bootstrap.yml` to a production-ready k3s install:
|
||||||
|
|
@ -76,9 +78,10 @@ and the control node (via kubeconfig).
|
||||||
|
|
||||||
```task
|
```task
|
||||||
id: T02
|
id: T02
|
||||||
status: todo
|
status: done
|
||||||
priority: high
|
priority: high
|
||||||
state_hub_task_id: "e8510646-46ed-4697-a345-f3d3009eea78"
|
state_hub_task_id: "e8510646-46ed-4697-a345-f3d3009eea78"
|
||||||
|
completed: "2026-03-10"
|
||||||
```
|
```
|
||||||
|
|
||||||
Add a task (or a role `roles/helm/`) that:
|
Add a task (or a role `roles/helm/`) that:
|
||||||
|
|
@ -95,9 +98,10 @@ Add a task (or a role `roles/helm/`) that:
|
||||||
|
|
||||||
```task
|
```task
|
||||||
id: T03
|
id: T03
|
||||||
status: todo
|
status: done
|
||||||
priority: high
|
priority: high
|
||||||
state_hub_task_id: "dab2c07f-8aa0-4635-8df6-857e87e93fc5"
|
state_hub_task_id: "dab2c07f-8aa0-4635-8df6-857e87e93fc5"
|
||||||
|
completed: "2026-03-10"
|
||||||
```
|
```
|
||||||
|
|
||||||
Extend `tests/smoke_kube.sh` to assert:
|
Extend `tests/smoke_kube.sh` to assert:
|
||||||
|
|
@ -121,9 +125,10 @@ or directly over SSH if the kubeconfig is available locally.
|
||||||
|
|
||||||
```task
|
```task
|
||||||
id: T04
|
id: T04
|
||||||
status: todo
|
status: done
|
||||||
priority: medium
|
priority: medium
|
||||||
state_hub_task_id: "5c3d40e4-239b-488e-9519-6f7a38d2325f"
|
state_hub_task_id: "5c3d40e4-239b-488e-9519-6f7a38d2325f"
|
||||||
|
completed: "2026-03-10"
|
||||||
```
|
```
|
||||||
|
|
||||||
Document in `docs/kubeconfig.md`:
|
Document in `docs/kubeconfig.md`:
|
||||||
|
|
@ -141,9 +146,10 @@ Document in `docs/kubeconfig.md`:
|
||||||
|
|
||||||
```task
|
```task
|
||||||
id: T05
|
id: T05
|
||||||
status: todo
|
status: done
|
||||||
priority: medium
|
priority: medium
|
||||||
state_hub_task_id: "7f9e0e58-a130-467a-a2d0-b3f2564e496f"
|
state_hub_task_id: "7f9e0e58-a130-467a-a2d0-b3f2564e496f"
|
||||||
|
completed: "2026-03-10"
|
||||||
```
|
```
|
||||||
|
|
||||||
Add to Makefile (create one if none exists):
|
Add to Makefile (create one if none exists):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue