mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 20:00:07 +00:00
This initially was attempted in5f083e3b9fbut it caused e2e failing heavily (see https://github.com/kubernetes/kubernetes/issues/135222 for more details). The changes proposed ine6641cd290clarified the naming of the two existing scale methods but they still leave both of them as is. This change goes a step further by combining both into a single method with a parameter `forceUpdate` which is responsible for driving the mode of execution between lazy update and a forced update. Signed-off-by: Maciej Szulik <soltysh@gmail.com>