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
Refactor the cluster upgrade process to adhere to the Kubernetes recommendations by updating ConfigMaps used by Kubeadm instead of providing the full config to Kubeadm itself. This change should not have any effect to cluster upgrades, but if you encounter any issue, please create an issue in the KubeOne repository (#3253, @kubermatic-bot)
KubeOne now runs kubeadm upgrade apply without the --certificate-renewal=true flag. This change should not have any effect to the upgrade process, but if you discover any issue, please create a new issue in the KubeOne repository (#3242, @kubermatic-bot)
Add default VolumeSnapshotClass for all supported providers as part of the default-storage-class addon (#3275, @kubermatic-bot)
Bug or Regression
Fix snapshot-webhook admitting non-supported objects (VolumeSnapshots and VolumeSnapshotContents). This fixes an issue that caused inability to create new VolumeSnapshots (#3275, @kubermatic-bot)
Ensure apparmor-utils package is installed on Ubuntu as it's required for kubelet to function properly (#3235, @kubermatic-bot)
Load the CA bundle before any addon installations to resolve issues with untrusted TLS connections in environments with self-signed certificates (#3247, @kubermatic-bot)