Documented storage node taints
This commit is contained in:
parent
1cbcaef7fb
commit
ad57ab59d0
1 changed files with 9 additions and 0 deletions
9
infrastructure/nodes/storage-node-taints.md
Normal file
9
infrastructure/nodes/storage-node-taints.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue