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
12 lines
476 B
YAML
12 lines
476 B
YAML
# 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
|