Currently, if we update an inplace mutable fields, such as nodeDeletionTimeout, it will only get applied after a rollout (the machine deleted and created). We need to support propagation of these fields without a rollout.
As a summary, we need to implement syncMachines (link).
Currently, if we update an inplace mutable fields, such as
nodeDeletionTimeout
, it will only get applied after a rollout (the machine deleted and created). We need to support propagation of these fields without a rollout.As a summary, we need to implement
syncMachines
(link).