Declare the Knative v1.22.0 substrate CPU requests set live on railiance01

Strategic-merge patches and a kustomization over the checksum-pinned
upstream assets, a runbook with the rollout-deadlock and HPA lessons,
offline tests, and RAIL-KNATIVE-WP-0002 with the railiance-cluster
installer handoff as a wait task. Verified read-only against live.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 63291@bnt-lap001
Assistant-Session: 8bd77868-ca68-4f49-bb1e-d539ecc0d703
This commit is contained in:
tegwick 2026-09-21 18:40:08 +02:00
parent 3b2d230923
commit fd9b848b63
5 changed files with 264 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# Overlay for the checksum-verified upstream assets staged by
# railiance-cluster/install/knative/install.sh (core.yaml, kourier.yaml).
# crds.yaml stays a separate first apply: core.yaml repeats one CRD, so kustomize
# refuses both in one build. Copy the staged files next to this kustomization,
# then `kubectl kustomize .`.
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- core.yaml
- kourier.yaml
patches:
- path: cpu-requests.patch.yaml