Commit fdc25c2
feat: Add etcd health and performance analysis commands
Add two new OpenShift plugin commands for etcd monitoring and diagnostics:
1. /openshift:etcd-check-health
- Performs comprehensive health checks on etcd cluster
- Validates member status, quorum, and connectivity
- Reports disk space, database size, and fragmentation
- Detects configuration issues and performance problems
2. /openshift:etcd-analyze-performance
- Analyzes etcd performance metrics and latency
- Examines disk I/O, compaction times, and snapshot performance
- Monitors leader stability and detects frequent changes
- Identifies slow operations and bottlenecks
- Provides actionable recommendations for optimization
Both commands support OpenShift clusters with proper authentication
and provide detailed analysis with severity-based recommendations.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 48e260d commit fdc25c2
File tree
4 files changed
+996
-0
lines changed- docs
- plugins/openshift/commands
4 files changed
+996
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
148 | 150 | | |
149 | 151 | | |
150 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
497 | 509 | | |
498 | 510 | | |
499 | 511 | | |
| |||
0 commit comments