閱讀次數:次 K3s 建立 Cluster Master Node 生成 Token1k3s token create 你會得到 k10 開頭的字串把它複製下來 Slave Node 加入 Cluster123k3sup join --host=HOSTIP --node-token=TOKEN## ORk3s agent --server https://SERVERIP:6443 --token K10... 就完成了 k8s