gardener-attic / gardener-extension-provider-kubevirt

Gardener Extension Provider for KubeVirt
Other
11 stars 16 forks source link

[ci:component:github.com/gardener/machine-controller-manager:v0.34.3->v0.35.1] #100

Closed gardener-robot-ci-3 closed 3 years ago

gardener-robot-ci-3 commented 3 years ago

*Release Notes:

Set Machine Phase to Terminating before draining.
Machine force deletion computation is based on deletionTimestamp instead of LastUpdatedTimestamp.
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.
Use cache-based listers to GET the machine-object while reconciling.
OOT: Introduced a backoff in re-enqueuing machines on creation/deletion failures. Avoids throttling APIServer & provider calls.
OOT: Enqueue machine only when node conditions have changed.
The default drainTimeout value has been updated from 12hours to 2hours.
OOT: Fixed regression with maxEvictRetries
Adapted integration tests to handle possibly orphaned resources.
OOT: Fixes drain timeout issues on retires
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.
NetworkUnavailable nodeCondition added to the example, some CNI will update this condition depending on the state of the CNI or the network availability.
NetworkUnavailable node condition is also considered by default while considering the machine's to be unhealthy.
Added a more comprehensive set of events to trigger machine class reconciliations.
Finalizers are added by default for all machine class objects.
Introduced a backoff in re-enqueuing machines on creation/deletion failures. Avoids throttling APIServer & provider calls.
Adds a new phase `CrashLoopBackOff` that is set due to machine creation failures.
Bootstrap token injection now works in the new OOT Machine controller
The machine-controller-manager supports now machines attached to Azure VirtualMachineScaleSet Orchestration Mode VM (VMO).
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.
AWS: Allows deletion of machines even on modify instance call failure
Add support for ServerGroups in the Openstack driver. VMs can now be created in the ServerGroup specified in the respective `MachineClass`.
Bugfix: Consider CSI PersistentVolumes during the eviction of Pods with PersistentVolumes.
Restored tag verification in the Azure driver to filter VMs/disks/NICs based on tags
stoyanr commented 3 years ago

/lgtm