老师
k8s2在执行kubeadm join后,能够在k8s1上看到node但是状态一直是NotReady。
root@k8s1:/home/maxiaohua# kubectl get nodes
NAME STATUS ROLES AGE VERSION
k8s1 Ready master 20m v1.11.3
k8s2 NotReady <none> 4m v1.11.3
k8s3在执行kubeadm join后一直尝试连接但总通不过。
[discovery] Failed to request cluster info, will try again: [Get https://10.0.2.6:6443/api/v1/namespaces/kube-public/configmaps/cluster-info: x509: certificate has expired or is not yet valid]
[discovery] Failed to request cluster info, will try again: [Get https://10.0.2.6:6443/api/v1/namespaces/kube-public/configmaps/cluster-info: x509: certificate has expired or is not yet valid]
[discovery] Failed to request cluster info, will try again: [Get https://10.0.2.6:6443/api/v1/namespaces/kube-public/configmaps/cluster-info: x509: certificate has expired or is not yet valid]
请问是什么原因k8s110.0.2.6