add monitoring to client certs expiration
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
charm-kubernetes-service-checks |
New
|
Medium
|
Unassigned |
Bug Description
Client cert /root/cdk/
# find /root/cdk -type f -name "*.crt" -print | egrep -v 'ca.crt$' | xargs -L 1 -t -i bash -c 'openssl x509 -noout -text -in {}|grep After'
bash -c openssl x509 -noout -text -in /root/cdk/
Not After : Feb 19 00:35:10 2023 GMT
bash -c openssl x509 -noout -text -in /root/cdk/
Not After : Aug 23 07:23:53 2023 GMT
$ kubectl logs metrics-
error: You must be logged in to the server (the server has asked for the client to provide credentials ( pods/log metrics-
$kubectl top nodes
Error from server (ServiceUnavail
Changed in charm-kubernetes-service-checks: | |
importance: | Undecided → High |
tags: | added: bseng-919 |
description: | updated |
Changed in charm-kubernetes-service-checks: | |
importance: | High → Medium |