k3s helm 异常 Error: Kubernetes cluster unreachable
[root@k3s-rancher1 chart]# helm get values rancher -n cattle-system -o yaml > values.yaml Error: Kubernetes cluster unreachable: Get "http://localhost:8080/version?timeout=32s": dial tcp 127.0.0.1:8080: connect: connection refused
profile 最后面加上 export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
vim /etc/profile
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
source /etc/profile
kubectl config view --raw > ~/.kube/config
或者
cp /etc/rancher/k3s/k3s.yaml ~/.kube/config
k3s helm 异常 Error: Kubernetes cluster unreachable
[root@k3s-rancher1 chart]# helm get values rancher -n cattle-system -o yaml > values.yamlError: Kubernetes cluster unreachable: Ge...
点击下载文档
本文2024-09-16 17:45:04发表“云星空知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-k3cloud-17705.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章