openshift-checks icon indicating copy to clipboard operation
openshift-checks copied to clipboard

A collection of scripts to check the health of an OpenShift cluster

Results 17 openshift-checks issues
Sort by recently updated
recently updated
newest added

Removes messages about oc debug (which almost any check includes) and reduces output when no specific cards are found and just report about the ones found Fixes #112

info
checks
size/S

Implement a check to verify if the etcd database is closer to get full.

checks

## Broken link found Broken Link Checker found a broken link on https://github.com/RHsyseng/openshift-checks Target: /RHsyseng/openshift-checks/blob/main/info/mellanox-firmware-version > HTTP_404 [View Actions Results](https://github.com/RHsyseng/openshift-checks/commit/e003eca5c666245cc08370b429ddf90ab28284af/checks)

## Broken link found Broken Link Checker found a broken link on https://github.com/RHsyseng/openshift-checks Target: /RHsyseng/openshift-checks/blob/main/info/intel-firmware-version > HTTP_404 [View Actions Results](https://github.com/RHsyseng/openshift-checks/commit/e003eca5c666245cc08370b429ddf90ab28284af/checks)

Most of the checks are executed against oc debug, It might be declutter a bit the output if we remove the 'please wait' message `msg "Checking Intel firmware version (${BLUE}using...

Would like to see a quick and easy way to send all the oc debug queries to a specific namespace. I can give you a patch by EOD.

As a colleague pointed out about https://github.com/marketplace/actions/actions-k3s it might be good to have UT to validate scripts in this repo against a Kubernetes environment (even if it's not OpenShift) to...

It would be nice to run those checks over a must-gather.tar.gz instead of a running cluster. Maybe we can leverage https://github.com/kxr/o-must-gather to mimic the 'oc' commands. For `oc debug` it...

The oc debug node is pretty heavy in time consumption, it could happen that a user wants to check only a specific group of nodes or a single node. A...