core(nodes): mark rpi4 spillover workers
This commit is contained in:
parent
f010d0547f
commit
eb4a197eb7
@ -24,7 +24,7 @@ spec:
|
|||||||
- bash
|
- bash
|
||||||
- -ceu
|
- -ceu
|
||||||
- |
|
- |
|
||||||
for node in titan-08 titan-13 titan-15 titan-17 titan-19; do
|
for node in titan-08 titan-12 titan-13 titan-14 titan-15 titan-17 titan-19; do
|
||||||
if kubectl get node "${node}" >/dev/null 2>&1; then
|
if kubectl get node "${node}" >/dev/null 2>&1; then
|
||||||
kubectl label node "${node}" atlas.bstein.dev/spillover=true --overwrite=true
|
kubectl label node "${node}" atlas.bstein.dev/spillover=true --overwrite=true
|
||||||
kubectl taint node "${node}" longhorn=true:PreferNoSchedule --overwrite=true
|
kubectl taint node "${node}" longhorn=true:PreferNoSchedule --overwrite=true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user