diff --git a/infrastructure/nodes/storage-node-taints.md b/infrastructure/nodes/storage-node-taints.md new file mode 100644 index 0000000..2415786 --- /dev/null +++ b/infrastructure/nodes/storage-node-taints.md @@ -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