Install and verify Knative Serving v1.22
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

This commit is contained in:
codex 2026-07-26 20:16:30 +02:00
parent a2e6ac46e8
commit 0703e8e1dd
6 changed files with 67 additions and 6 deletions

View file

@ -30,7 +30,7 @@ reading secrets. Emit JSON suitable for reef admission evidence.
```task
id: RAIL-BS-WP-0013-T02
status: wait
status: done
priority: high
state_hub_task_id: "764de270-321e-4b51-a6ce-5fe1d19dd2d9"
```
@ -38,11 +38,14 @@ state_hub_task_id: "764de270-321e-4b51-a6ce-5fe1d19dd2d9"
The configured API endpoint `92.205.62.239:6443` timed out on 2026-07-26.
Resolve reachability through the sanctioned ops-bridge route and rerun T01.
2026-07-26: Direct API access still timed out, but the configured agent SSH
lane reached the cluster-local API and completed the preflight.
## T03 - Pin and install Knative Serving
```task
id: RAIL-BS-WP-0013-T03
status: wait
status: done
priority: high
state_hub_task_id: "89e55bf6-d73d-454c-b6e8-bb1c5c5df7dd"
```
@ -51,11 +54,15 @@ Select a version compatible with the observed Kubernetes server, pin upstream
artifacts by digest, install idempotently, and retain uninstall/rollback state.
Do not begin until T01 passes.
2026-07-26: Installed Serving and net-kourier v1.22.0 from checksum-locked
assets. Kubernetes v1.35.1 satisfies the release minimum of v1.34. Kourier is
ClusterIP-only and the idempotent installer/verifier are repository-owned.
## T04 - Verify lifecycle and publish reef evidence
```task
id: RAIL-BS-WP-0013-T04
status: wait
status: done
priority: high
state_hub_task_id: "170c2524-dd4d-41ec-aafa-e48100a410f6"
```
@ -63,3 +70,7 @@ state_hub_task_id: "170c2524-dd4d-41ec-aafa-e48100a410f6"
Exercise scale-to-zero, cold start, revision traffic, rollback, private
visibility, metrics, and failure behavior. Publish versioned evidence to
`reef-railiance`; never infer readiness from successful apply alone.
2026-07-26: Verified private readiness, scale-to-zero, 6276 ms cold activation,
second revision readiness, and rollback. Published reef evidence; production
approval remains blocked by workload and failure-domain gates.