Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
check cluster health
Signed-off-by: Rohit Patil <[email protected]>
  • Loading branch information
ropatil010 committed Nov 5, 2025
commit e310902fded1b67102d1c0a97a5d360f949dbe85
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,11 @@ In case multi-cluster support is enabled (default) and you have access to multip
- **events_list** - List all the Kubernetes events in the current cluster from all namespaces
- `namespace` (`string`) - Optional Namespace to retrieve the events from. If not provided, will list events from all namespaces

- **cluster_health_check** - Perform comprehensive health check on Kubernetes/OpenShift cluster and report issues. Examines cluster operators (OpenShift), nodes, deployments, pods, persistent volumes, and events to identify problems affecting cluster stability or workload availability.
- `check_events` (`boolean`) - Include recent warning events in the health check (may increase execution time)
- `output_format` (`string`) - Output format for results: 'text' (human-readable) or 'json' (machine-readable)
- `verbose` (`boolean`) - Enable detailed output with additional context and resource-level details

- **namespaces_list** - List all the Kubernetes namespaces in the current cluster

- **projects_list** - List all the OpenShift projects in the current cluster
Expand Down
Loading