You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[USER] The vSphere extension does now support shoot clusters with Kubernetes version 1.22. You should consider the Kubernetes release notes before upgrading to 1.22. (#170, @timuthy)
🐛 Bug Fixes
[USER] Do not trigger a node rollout when switching from CRI.Name==nil to CRI.Name==docker. (#167, @BeckerMax)
[OPERATOR] using patched vsphere-csi-driver v2.3.0-gardener1 to fix volume attachment issue on hibernation (#174, @MartinWeindel)
[OPERATOR] The metrics-server is now properly able to communicate with the kubelets in order to expose metrics about nodes and pods. (#171, @MartinWeindel)
[OPERATOR] machine-controller-manager logs are exposed to the end-users (#168, @vlvasilev)
[machine-controller-manager]
⚠️ Breaking Changes
[OPERATOR] Draining of pods with PVs (Persistent Volume) now waits for re-attachment of PV on a different node when volumeAttachments support is enabled on the cluster. Else it falls back to the default PV reattachment timeout value configured. The default value is 90s and this can be overwritten via the machine-pv-reattach-timeout flag. Please enable permissions to allow listing of volumeAttachments resource while importing these changes. (gardener/machine-controller-manager#608, @prashanth26)
[USER] Machine rollouts are now more as desired with the number of replicas always maintained to desired + maxSurge. Earlier machines in termination were left out of this calculation but now is considered with this change. (gardener/machine-controller-manager#627, @prashanth26)
[OPERATOR] Finalizers will be added to the MachineClass which is used by at least one machine. Machines whose backing MachineClass does not have finalizers shall not be reconciled. (gardener/machine-controller-manager#593, @AxiomSamarth)
[OPERATOR] Nodes attached to the cluster without MCM support are now annotated with "node.machine.sapcloud.io/notManagedByMCM": "1". This is then ignored by the MCM for further processing. (gardener/machine-controller-manager#612, @himanshu-kun)