Skip to content

Commit 666856d

Browse files
Merge pull request #108 from ropatil010/healthcheck
Add cluster-health-check command to openshift plugin
2 parents 1267a44 + bbb3fcd commit 666856d

File tree

3 files changed

+549
-0
lines changed

3 files changed

+549
-0
lines changed

PLUGINS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ OpenShift development utilities and helpers
138138

139139
**Commands:**
140140
- **`/openshift:bump-deps` `<dependency> [version] [--create-jira] [--create-pr]`** - Bump dependencies in OpenShift projects with automated analysis and PR creation
141+
- **`/openshift:cluster-health-check` `"[--verbose] [--output-format]"`** - Perform comprehensive health check on OpenShift cluster and report issues
141142
- **`/openshift:create-cluster` `"[release-image] [platform] [options]"`** - Extract OpenShift installer from release image and create an OCP cluster
142143
- **`/openshift:destroy-cluster` `"[install-dir]"`** - Destroy an OpenShift cluster created by create-cluster command
143144
- **`/openshift:new-e2e-test` `[test-specification]`** - Write and validate new OpenShift E2E tests using Ginkgo framework

docs/data.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,12 @@
447447
"synopsis": "/openshift:bump-deps <dependency> [version] [--create-jira] [--create-pr]",
448448
"argument_hint": "<dependency> [version] [--create-jira] [--create-pr]"
449449
},
450+
{
451+
"name": "cluster-health-check",
452+
"description": "Perform comprehensive health check on OpenShift cluster and report issues",
453+
"synopsis": "/openshift:cluster-health-check [--verbose] [--output-format json|text]",
454+
"argument_hint": "\"[--verbose] [--output-format]\""
455+
},
450456
{
451457
"name": "create-cluster",
452458
"description": "Extract OpenShift installer from release image and create an OCP cluster",

0 commit comments

Comments
 (0)