File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## unreleased
22
33## v3.6.0 - 2026.01.15
4+
5+ ⚠️ ** Update 2026.02.04: Breaking Change**
6+ We regret to inform you that this release includes a refactoring that drops support for
7+ cluster nodes using ` virtio-blk ` . Unfortunately, this effect was missed during our review
8+ and only discovered post-release.
9+
10+ If your cluster contains nodes provisioned before October 1st, 2020, or in some
11+ customer-specific setups before mid-2021, we recommend checking the output of
12+ ` lsblk ` to ensure that your nodes are not affected. If the output of ` lsblk `
13+ contains volume names in the form ` vdX ` , you are still using ` virtio-blk ` and
14+ ** should not update to this release** . In this case, we recommend to either
15+ provision new nodes (that will automatically use ` virtio-scsi ` ) or pin to v3.5.6.
16+
417* The minimum supported Kubernetes version is now 1.28.
518* Upgrade all sidecars to latest version
619 * Please note the RBAC changes as a result of this upgrade
Original file line number Diff line number Diff line change @@ -316,7 +316,8 @@ Please use the following options with care.
316316In the ` v1.3.0 ` release the default CSI volumes per node limit of has been increased
317317to 125 (previously 23). To take advantage of the higher CSI limit you must ensure that
318318all your cluster nodes are using ` virtio-scsi ` devices (i.e. ` /dev/sdX ` devices are used).
319- This is the default for servers created after October 1st, 2020.
319+ This is the default for servers created from publicly available images after October 1st, 2020.
320+ Some customer-specific setups used ` virtio-blk ` until mid-2021.
320321
321322If you want to use a different value, for example because one of your nodes does not use
322323` virtio-scsi ` , you can set the following environment variable for the ` csi-cloudscale-plugin `
You can’t perform that action at this time.
0 commit comments