[ci skip] Update preference: always use cluster_healthcheck.sh for health checks
This commit is contained in:
parent
8107e5273c
commit
800b5db3b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue