Dear LINBIT SDS on Kubernetes users, We've recently released version 2.5.2 of our Kubernetes Operator.
This contains updated LINSTOR, CSI driver and DRBD versions. The LINSTOR CSI driver fixes some issues with the new caching strategy, as well as an issue when using both a custom "allowRemoteVolumeAccess" policy in combination with "diskless" worker nodes. DRBD 9.2.10 contains a fix for a potential deadlock that was triggered by the way the CSI driver handled removing of volumes. To upgrade, either point your kustomization.yaml at the new manifest: https://charts.linstor.io/static/v2.5.2.yaml Or, if using helm, upgrade the linstor-operator chart: helm repo update helm upgrade linstor-operator linstor/linstor-operator --wait To get specific instructions to apply the update, check our users guide[1]. If you need to upgrade from Operator v1, check out our upgrade guide[2]. Source code is, as always, available upstream[3]. Best regards, Moritz [1]: https://linbit.com/drbd-user-guide/linstor-guide-1_0-en/#s-kubernetes-upgrade [2]: https://charts.linstor.io/migration/ [3]: https://github.com/piraeusdatastore/piraeus-operator Operator v2.5.2 Changelog ------------------------- ### Added - Option to specify custom CA certificate resources for TLS configuration. - Ensure all Certificate resources have `dnsNames` set. ### Changed - Updated images: * LINSTOR 1.28.0 * LINSTOR CSI 1.6.3 * DRBD 9.2.10 * DRBD Reactor 1.4.1 * kTLS-utils 0.11 * Latest CSI sidecars ### Fixed - The operator will no longer restart reconciliation on every change to `ServiceAccount` resources.