gpt4 book ai didi

kubernetes - 删除 ~/.kube/config

转载 作者:行者123 更新时间:2023-12-04 07:24:32 25 4
gpt4 key购买 nike

我不小心从 ~/.kube/config 中删除了配置文件。由于缺少配置,每个 kubectl 命令都会失败。
例子:

kubectl get nodes

The connection to the server localhost:8080 was refused - did youspecify the right host or port?


我已经使用以下方法安装了 k3s:
export K3S_KUBECONFIG_MODE="644"
curl -sfL https://get.k3s.io | sh -s - --docker
和 kubectl 使用:
snap install kubectl --classic
有谁知道如何解决这一问题?

最佳答案

主副本位于/etc/rancher/k3s/k3s.yaml。因此,将其复制回 ~/.kube/config

cp /etc/rancher/k3s/k3s.yaml ~/.kube/config
引用: https://rancher.com/docs/k3s/latest/en/cluster-access/

关于kubernetes - 删除 ~/.kube/config,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68287330/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com