metrics-server: x509: certificate signed by unknown authority (--kubelet-insecure-tls didn't help)
Hello, on baremetall Kubernetes version 1.16.2, I’m trying install metrics-server v0.3.6 and get these errors in metrics-server logs
E0320 08:04:20.914963 1 authentication.go:65] Unable to authenticate the request due to an error: [x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "front-proxy-ca"), x509: certificate signed by unknown authority]
–kubelet-insecure-tls parameter didn’t help
/king bug
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 16 (6 by maintainers)
I am experiencing the same issue when I use the self signed certificate. I have tried specifying the front-proxy-ca.crt from a config map, but then the service is unresponsive.
After specifying the crt, everything looks ok from the pod logs:
but describing it shows the service is unhealthy
Other details: helm, arm, kubeadm, weave, single master
I don’t see any other errors save the unhealthy probe, so I am unsure how I can diagnose this further.