k3s You must be logged in to the server (Unauthorized) 问题解决

  1. 更新服务端证书
sudo /usr/local/bin/k3s certificate rotate
  1. 重启k3s服务
sudo systemctl restart k3s
  1. 将新的/etc/rancher/k3s/k3s.yaml文件下载下来使用

fyn