warn destructive update only when count > 1 #13116
Labels
stage/accepted
Confirmed, and intend to work on. No timeline committment though.
theme/bad-ux
theme/cli
type/enhancement
Proposal
Warn destructive update only when count > 1
Use-cases
Currently nomad cli warns destructive updates for all groups when MaxParallel > task_group.Count, even if the count is 1 or 0. It's more or less the intended behaviour: 1 is always destructive, 0 to deschedule the group.
Proposed Solutions
I can think of 2 solutions
Count < 1
(warn destructive update only when count > 1 #13103)The text was updated successfully, but these errors were encountered: