modified: docs/k3s-cluster.md
All checks were successful
Monitoring services CI/CD Pipeline / deploy (push) Successful in 25s
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 28s

This commit is contained in:
2026-02-08 10:40:35 +00:00
parent 16d1c6aa24
commit a72f695b31

View File

@@ -148,7 +148,7 @@ sockets: 1
# execute on server to get token
# cat /var/lib/rancher/k3s/server/node-token
K3S_TOKEN="????"
K3S_TOKEN="???"
curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.35.0+k3s3 INSTALL_K3S_EXEC="agent --data-dir /dataDisk/k3s --server https://casa.dev.lan:6443 --token ${K3S_TOKEN}" sh -s -
```