add just and mise tool support

This commit is contained in:
baschno
2025-12-22 11:21:20 +01:00
parent 29674ae504
commit 5abc0de38a
7 changed files with 247 additions and 1 deletions

View File

@@ -39,4 +39,25 @@ Rancher Installation
```
kubectl taint nodes master node-role.kubernetes.io/master=:NoSchedule
```
```
# Just Setup // K3sup
export SERVER_IP=192.168.178.45
export AGENT_IP=192.168.178.75
export USER=basti
k3sup install \
--cluster \
--ip 192.168.178.45 \
--user $USER \
--merge \
--local-path $HOME/.kube/config \
--context my-k3s
k3sup join \
--ip $AGENT_IP \
--server-ip $SERVER_IP \
--user $USER