I am using python Kubernetes client to fetch kubernetes resources by providing token.
I am getting the following error:
http: TLS handshake error from < IP >: < PORT >: remote error: tls: bad certificate
IP mentioned above belongs to my worker node.
I have already gone through the following links: https://github.com/kubernetes/kubernetes/issues/70411 TLS handshake errors in Kubernetes API server logs