Hi
I deploy this admission-webhook,the log of pod's lxcfs-admission-webhook-deployment-xxx ,
E0330 01:41:07.271820 1 main.go:27] Failed to load key pair: tls: failed to find "CERTIFICATE" PEM block in certificate input after skipping PEM blocks of the following types: [CERTIFICATE REQUEST]
I0330 01:41:07.273262 1 main.go:50] Server started
2020/03/30 01:41:59 http: TLS handshake error from 10.42.1.0:61039: tls: no cipher suite supported by both client and server.
CSR status:
kubectl get csr
NAME AGE REQUESTOR CONDITION
lxcfs-admission-webhook-svc.default 62m system:serviceaccount:kube-system:cluster-admin Approved
Maybe the csr is wrong. The status is "Approved,Issued".
Hi I deploy this admission-webhook,the log of pod's lxcfs-admission-webhook-deployment-xxx ,
E0330 01:41:07.271820 1 main.go:27] Failed to load key pair: tls: failed to find "CERTIFICATE" PEM block in certificate input after skipping PEM blocks of the following types: [CERTIFICATE REQUEST] I0330 01:41:07.273262 1 main.go:50] Server started 2020/03/30 01:41:59 http: TLS handshake error from 10.42.1.0:61039: tls: no cipher suite supported by both client and server.
Docker info: kubectl version Thanks.