Open Evantage-WS opened 3 years ago
I can't say I know exactly what the configmaps in a kubeadm cluster looks like, but it's possible that cert-exporter as is can read these certs and expose their expirations.
Perhaps you can mount the same configmaps in a cert-exporter pod and have it parse the certs that way? cert-exporter could be extended to check configmaps directly I suppose but it currently is unable to.
Ok, thanks, unfortunally there is no reference to a cert in the kube-proxy pod.
Hello,
Does the cert-exporter work with kubeadm clusters? The config for kube-proxy is in a configmap which is mounted in kube-proxy pod, so it is unclear how to check the certs from kube-proxy.
Kind regards, WS