使用 kubectl 连接远程 Kubernetes 集群
在已经搭建好的集群里,${HOME}/.kube/config 下会有这个config文件。直接把他弄到你的远程控制端电脑或者pc或者笔记本。#rsync -av root@k8s-node02:/root/.kube ./#然后执行如下命令,有返回正确的信息。#kubectl cluster-infoKubernetes control plane is running at https://l
·
在已经搭建好的集群里,${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。
更多推荐
已为社区贡献16条内容
所有评论(0)