From 800b5db3b3b1b3a746309254648bf3f903f7b2d0 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Mon, 16 Feb 2026 21:19:49 +0000 Subject: [PATCH] [ci skip] Update preference: always use cluster_healthcheck.sh for health checks --- .claude/CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md index ea20350a..b422da6b 100755 --- a/.claude/CLAUDE.md +++ b/.claude/CLAUDE.md @@ -171,7 +171,7 @@ kubectl get pods -A ``` **Cluster Health Check** (`scripts/cluster_healthcheck.sh`): -- **ALWAYS use this script** when the user asks about cluster status, health, or "what's broken" +- **ALWAYS use this script** to check cluster health — whether the user asks explicitly, after deploying/updating services, or whenever you need to verify cluster state. Never use ad-hoc kubectl commands to assess overall cluster health; use the script instead. - Runs 14 checks: nodes, resources, conditions, pods, evicted, DaemonSets, deployments, PVCs, HPAs, CronJobs, CrowdSec, ingress, Prometheus alerts, Uptime Kuma - **When adding new healthchecks or monitoring**: Always update this script to validate the new component