added storage-limbosolutions-com storage

This commit is contained in:
2025-11-16 11:59:37 +00:00
parent f6845bf042
commit 48f8b10b9c
3 changed files with 79 additions and 0 deletions

View File

@@ -60,6 +60,14 @@ EOF
curl -sfL https://get.k3s.io | sh -
```
**Taint NoSchedule on master node:**
kubectl taint nodes <master-node-name> node-role.kubernetes.io/control-plane=:NoSchedule
``` bash
kubectl taint nodes casa node-role.kubernetes.io/control-plane=:NoSchedule
```
### worker node
- debian 12