9 lines
284 B
Markdown
9 lines
284 B
Markdown
|
|
# Storage node taints
|
||
|
|
|
||
|
|
PV/storage nodes are reserved for Longhorn and node-level system DaemonSets.
|
||
|
|
|
||
|
|
Applied taints:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
kubectl taint nodes sc-pkw1-pv1 node-role.symcrest.com/storage=true:NoSchedule
|
||
|
|
kubectl taint nodes sc-pkw1-pv2 node-role.symcrest.com/storage=true:NoSchedule
|