kubeadm join 报错: couldn’t validate the identity of the API Server
在公网服务器创建一个集群后,想把本地电脑作为节点添加进公网的集群, 于是创建了一个虚拟局域网10.147.20.1/16
但是join时出现了
couldn’t validate the identity of the API Server: Get “https://10.147.20.1:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s”: x509: certificate is valid for xxx, xxx, 127.0.0.1, not 10.147.20.1
错误,求dalao帮忙