Skip to content

v0.35.0

Compare
Choose a tag to compare
@gardener-robot-ci-2 gardener-robot-ci-2 released this 17 Nov 19:34

[machine-controller-manager]

Most notable changes

  • [USER] NetworkUnavailable node condition is also considered by default while considering the machine's to be unhealthy. (#543, @rewiko)
  • [USER] AWS: Allows deletion of machines even on modify instance call failure (#515, @prashanth26)
  • [OPERATOR] OOT: Introduced a backoff in re-enqueuing machines on creation/deletion failures. Avoids throttling APIServer & provider calls. (#557, @prashanth26)
  • [OPERATOR] Introduced a backoff in re-enqueuing machines on creation/deletion failures. Avoids throttling APIServer & provider calls. (#525, @hardikdr)

Improvements

  • [USER] The default drainTimeout value has been updated from 12hours to 2hours. (#554, @prashanth26)
  • [USER] OOT: Fixed regression with maxEvictRetries (#554, @prashanth26)
  • [USER] Adds the ability to specify an already existing OpenStack Neutron network in the subnetID of an OpenStackMachineClass. MCM will deploy new machines into the given subnet by pre-allocating Neutron ports and pass them to the Nova server object. (#545, @MrBatschner)
  • [USER] The machine-controller-manager supports now machines attached to Azure VirtualMachineScaleSet Orchestration Mode VM (VMO). (#519, @dkistner)
  • [USER] Restored tag verification in the Azure driver to filter VMs/disks/NICs based on tags (#507, @zuzzas)
  • [OPERATOR] Allow migration to continue when ProviderMachineClass is missing but MachineClass with the same name as ProviderMachineClass is found. Updates Machine object references to the MachineClass. (#559, @prashanth26)
  • [OPERATOR] Use cache-based listers to GET the machine-object while reconciling. (#558, @hardikdr)
  • [OPERATOR] OOT: Enqueue machine only when node conditions have changed. (#557, @prashanth26)
  • [OPERATOR] Adapted integration tests to handle possibly orphaned resources. (#550, @hardikdr)
  • [OPERATOR] OOT: Fixes drain timeout issues on retires (#548, @prashanth26)
  • [OPERATOR] NetworkUnavailable nodeCondition added to the example, some CNI will update this condition depending on the state of the CNI or the network availability. (#543, @rewiko)
  • [OPERATOR] Added a more comprehensive set of events to trigger machine class reconciliations. (#531, @prashanth26)
  • [OPERATOR] Finalizers are added by default for all machine class objects. (#531, @prashanth26)
  • [OPERATOR] Bootstrap token injection now works in the new OOT Machine controller (#521, @zuzzas)
  • [OPERATOR] Add support for ServerGroups in the Openstack driver. VMs can now be created in the ServerGroup specified in the respective MachineClass. (#511, @kon-angelo)
  • [OPERATOR] Bugfix: Consider CSI PersistentVolumes during the eviction of Pods with PersistentVolumes. (#509, @ialidzhikov)
  • [DEVELOPER] Adds a new phase CrashLoopBackOff that is set due to machine creation failures. (#525, @hardikdr)
  • [DEVELOPER] The field availabilitySets in the AzureMachineClass is now deprecated in favour of the field machineSet, which allow to configure AvailabilitySets and VirtualMachineScaleSet Orchestration Mode VM (VMO). The field will be removed in the future. (#519, @dkistner)