在已经搭建好的集群里,${HOME}/.kube/config 下会有这个config文件。
直接把他弄到你的远程控制端电脑或者pc或者笔记本。

#
rsync -av root@k8s-node02:/root/.kube ./
#然后执行如下命令,有返回正确的信息。
#kubectl cluster-info 
Kubernetes control plane is running at https://lb.kubesphere.local:6443
coredns is running at https://lb.kubesphere.local:6443/api/v1/namespaces/kube-system/services/coredns:dns/proxy

To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.

如果有问题,请检查一下你的/etc/hosts文件,或者dns。

Logo

K8S/Kubernetes社区为您提供最前沿的新闻资讯和知识内容

更多推荐