Review implementation of syncMachinesNodeTemplates
function
#334
Labels
component/mcm
Machine Controller Manager (including Node Problem Detector, Cluster Auto Scaler, etc.)
kind/bug
Bug
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
needs/planning
Needs (more) planning with other MCM maintainers
platform/all
priority/3
Priority (lower number equals higher priority)
size/s
Size of pull request is small (see gardener-robot robot/bots/size.py)
In
syncMachinesNodeTemplates
function, thecopyMachineSetNodeTemplatesToMachines
function updates themachine
object directly in the cache (without deepcopy).Ideally we should be using updateMachineWithRetries function to update the node template into the machine, which is currently a loop.
The text was updated successfully, but these errors were encountered: