Release 1.12.1 latest
Use 'command -v' instead of 'which' for required command check. Makes the plugin more distribution independent, as which
is not always installed by default - depending on the Linux distribution.
check_rancher2-1.12.1.tar.gzRelease tarball |
application/gzip | 2023-12-08 | Download from Github |
Release 1.12.0
This release adds a new check type to the plugin.
The "local-certs" check type allows to check for valid certificates deployed by Rancher in the "local" cluster, under the "System" project. These certificates are deployed as Kubernetes secrets in the "cattle-system" namespace.
These certificates are by default created with a one year validity (Rancher, whyyyy?!). When these local certificates expire, this can create some issues in the background of Rancher, e.g. when RBAC actions are used. It's therefore important to verify these certificates have not expired.
check_rancher2-1.12.0.tar.gzRelease tarball |
application/gzip | 2023-02-02 | Download from Github |
Release 1.11.0
Enhancement:
- Allow ignore specific workloads (#40 ) with the
-i
parameter. Previously only states of nodes and workloads could be ignored.
Fixes:
- Do not treat a cluster in provisioning state as critical, do a warning instead (#39 and #41 )
check_rancher2-1.11.0.tar.gzRelease tarball |
application/gzip | 2023-01-10 | Download from Github |