cluster: OpenShift-first narrative - oc as the command language, scope panel reframed, node investigation via oc describe/debug, generic-model caption on Course II

This commit is contained in:
2026-08-25 17:25:01 +10:00
parent cf0295383b
commit 8f2224deca
2 changed files with 15 additions and 7 deletions
+1
View File
@@ -282,6 +282,7 @@ const banned = [
[/every manifest <span class="mono">include<\/span>s/, "broken 'include s' construction"],
[/two policies renders from one field/, "subject/verb error 'renders from one field'"],
[/grown-up chart/, "'grown-up chart' (use 'production-grade chart')"],
[/journalctl -u kubelet/, "node-shell instruction (use oc describe / oc debug node)"],
];
// legend blurbs are inlined into the app JS (the SCENES const), so scan both surfaces
const visible = html + "\n" + app;