You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use kubelet-rubber-stamp, but encountered a problem.
The kubelet is configured to create a CSR for it's serving certificate and I can see the CSR in kubernetes.
Kubelet-rubber-stamp however does not accept the CSRs. In It's logs I see a lot of:
Reconciling CertificateSigningRequest /csr-2tb49
W0717 12:47:34.888280 1 certificatesigningrequest_controller.go:148] csr csr-2tb49 not recognized as kubelet serving csr, tried: [certificatesigningrequests]
with no further explaination why it was not recognized.
Hi,
I am trying to use kubelet-rubber-stamp, but encountered a problem.
The kubelet is configured to create a CSR for it's serving certificate and I can see the CSR in kubernetes.
Kubelet-rubber-stamp however does not accept the CSRs. In It's logs I see a lot of:
with no further explaination why it was not recognized.
Below is the CSR resource and the decoded CSR:
These look about right to me.
I am using Kubernetes 1.16.13.
As there are no log-messages what exactly is wrong with the CSR and there is only one check that does not print a message on failure, I suspect this here is the problem: https://github.com/kontena/kubelet-rubber-stamp/blob/master/pkg/controller/certificatesigningrequest/helpers.go#L76
The question remains, why is my kubelet creating "invalid" CSRs? Has it something to do with the kubernetes version I use?
The text was updated successfully, but these errors were encountered: