In the scenario where a node is upgradable, the helper says upgrade and the node is already at the right version, provisioning does not continue.
|
err := h.handleHostUpgrade(ctx) |
This method returns nil for no error and also nil for skipped due to version constraint, we should make it return an additional skipped bool.