LINSTOR Operator 2.10.7

Moritz Tanner <[email protected]> Wed, 13 May 2026 15:07:32 +0200
Newsgroups dev.linux.lists.drbd-announce
Message-ID <CAKnz9xJp2ypA-1mjAz=YPCX==iLaiC-AMY-hQv-aq+3b7EPvgg@mail.gmail.com>
We've just released another bug fix for our Kubernetes Operator.

This patch release fixes an issue with node evacuation: namely that it
did not work since switching to LINSTOR 1.33+. This has now been
fixed. We also took the time to improve calculation of the status
output and better behaviour when TLS certificates are rotated.

We recommend all users of release 2.10.x to update to this latest release.

To upgrade, either point your kustomization.yaml at the new manifest:

  https://charts.linstor.io/static/v2.10.7.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].

Source code is, as always, available upstream[2].

Best regards,
Moritz

[1]: https://linbit.com/drbd-user-guide/linstor-guide-1_0-en/#s-kubernetes-upgrade
[2]: https://github.com/piraeusdatastore/piraeus-operator

---
### Added

- Add a cache for reporting `LinstorCluster` and `LinstorSatellite`
status to reduce load on LINSTOR.

### Changed

- Updated images:
    * LINSTOR 1.33.3
    * LINSTOR CSI 1.11.2
    * LINSTOR Affinity Controller 1.4.1
- Enable automatic certificate rotation for LINSTOR CSI and LINSTOR
Affinity Controller.

### Fixed

- Node evacuation no longer hangs, generating error reports in LINSTOR
1.33+ in a loop.