This commit is contained in:
baschno
2025-11-22 09:33:41 +01:00
parent e4adbfd0b2
commit 08212c26a6

View File

@@ -34,4 +34,9 @@ Rancher Installation
helm repo add rancher-latest https://releases.rancher.com/server-charts/latest
# Prevent scheduling on master
```
kubectl taint nodes master node-role.kubernetes.io/master=:NoSchedule
```