k3s
# K3s安装
brew --cask install multipass
multipass launch --name k3s --mem 1G --disk 5G
multipass shell k3s
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC='--write-kubeconfig-mode=644' sh -
kubectl get nodes
1
2
3
4
5
2
3
4
5
问题
1、/etc/rancher/k3s/k3s.yaml is world readable
https://github.com/k3s-io/k3s/issues/389
编辑 (opens new window)
上次更新: 2021/12/17, 16:15:07