mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 08:25:43 +03:00
If you use `nomad node drain -force`, the drain deadline is set to -1ns. If you have not prevented system and CSI node plugin allocations from being drained with `-ignore-system`, they will be immediately drained as well. This is typically not safe for CSI node plugins. Also fix some broken links. Fixes: #17696