Skip to content

Commit ec09a14

Browse files
committed
check cluster health
Signed-off-by: Rohit Patil <ropatil@redhat.com>
1 parent a965357 commit ec09a14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,11 @@ In case multi-cluster support is enabled (default) and you have access to multip
359359
- **events_list** - List all the Kubernetes events in the current cluster from all namespaces
360360
- `namespace` (`string`) - Optional Namespace to retrieve the events from. If not provided, will list events from all namespaces
361361

362+
- **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.
363+
- `check_events` (`boolean`) - Include recent warning events in the health check (may increase execution time)
364+
- `output_format` (`string`) - Output format for results: 'text' (human-readable) or 'json' (machine-readable)
365+
- `verbose` (`boolean`) - Enable detailed output with additional context and resource-level details
366+
362367
- **namespaces_list** - List all the Kubernetes namespaces in the current cluster
363368

364369
- **projects_list** - List all the OpenShift projects in the current cluster

0 commit comments

Comments
 (0)