This commit is contained in:
Thomas Kruse
2026-09-02 22:11:05 +02:00
commit 24b9717db2
49 changed files with 818 additions and 0 deletions

12
taints/commands Normal file
View File

@ -0,0 +1,12 @@
kubectl taint nodes minikube demo=student:NoSchedule
minikube start --nodes 3 --keep-context=true -p scheduling
kubectl taint nodes m02 key=reserved:NoSchedule
kubectl drain m02 --ignore-daemonsets --delete-emptydir-data
kubectl uncordon nodes m02
minikube delete -p scheduling