Skip to content

Commit e6554b9

Browse files
committed
docs(recipes): refresh K8s Tier-2 verdict to reflect T2-A boilerplate drop
The Tier-2 verdict's boilerplate-line count was left at "~95" in the prior recipe-sweep commit (1e1d034) — same number used before T2-A. After the envsubst initContainer removal, the actual YAML block is 93 lines, down from ~100. Updates the verdict bullet to acknowledge the reduction so a reader using the rubric to evaluate T2-C's case can see T2-A's quantified impact rather than assuming nothing changed. Threshold verdict (over 50 = Tier-2 candidate) is unchanged.
1 parent 2148351 commit e6554b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/recipes/kubernetes-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ If the alert doesn't fire, common issues: the Secret wasn't readable (RBAC on th
210210
This recipe is **a Tier-2 candidate** by the program's standard rubric:
211211

212212
- **Setup commands required:** 1 (`kubectl apply`) — under threshold of 5
213-
- **Boilerplate lines:** ~95 (single-document YAML for Secret + ConfigMap + Job) over threshold of 50 → **Tier-2 candidate**
213+
- **Boilerplate lines:** ~93 (single-document YAML for Secret + ConfigMap + Job); ~7 lines smaller than pre-T2A after the envsubst initContainer removal — still over threshold of 50 → **Tier-2 candidate**
214214
- **"Gotcha" callouts:** 3 (drain/terminationGracePeriod pairing, sidecar gates on K8s 1.29+, no CronJob-name auto-label) — over threshold of 2 → **Tier-2 candidate**
215215
- **End-to-end runnable:** yes (kind / minikube are free and self-installable in a few minutes)
216216

0 commit comments

Comments
 (0)