Skip to content

Commit 767c1db

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

File tree

3 files changed

+970
-0
lines changed

3 files changed

+970
-0
lines changed

README.md

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

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

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

0 commit comments

Comments
 (0)