kubectl unable to connect to server: x509: certificate signed by unknown authority

后端 未结 11 1442
北恋
北恋 2020-12-10 00:39

i\'m getting an error when running kubectl one one machine (windows)

the k8s cluster is running on CentOs 7 kubernetes cluster 1.7 master, worker

Here\'s my

11条回答
  •  伪装坚强ぢ
    2020-12-10 01:30

    I my case I resolved this issue copying the kubelet configuration to my home kube config

    cat /etc/kubernetes/kubelet.conf > ~/.kube/config

提交回复
热议问题