美文网首页k8s in action实践笔记
k9s: unable to locate k8s cluste

k9s: unable to locate k8s cluste

作者: 众神开挂 | 来源:发表于2021-05-29 15:08 被阅读0次

ubuntu系统输入k9s后报错提示 unable to locate k8s cluster configuration


报错

解决方法
第一步 先确认 kubectl config文件配置正常

kubectl get nodes

第二步 添加环境变量
临时方法;

export KUBECONFIG=$HOME/.kube/config

想永久生效的话,编辑profile文件

# sudo vi /etc/profile
export KUBECONFIG=$HOME/.kube/config

要让刚才的修改马上生效,需要执行以下代码

source /etc/profile

相关文章

网友评论

    本文标题:k9s: unable to locate k8s cluste

    本文链接:https://www.haomeiwen.com/subject/bwwysltx.html