Release 1.1.0
The HA Controller got a bit safer, by refusing to delete pods where it can't prove that fail-over is actually safe. This is mostly an issue if using multiple storage providers for volumes of the same pod: Since the HA Controller is dependent on the specific behaviour of DRBD, we can't guarantee that all external storage providers behave the same
Added
- Exempt Pods that are attached to other types of storage by default, unless the volumes are known to be safe (such as
ConfigMap, DownwardAPI, Secret, and other readonly volumes).
Fixed
- Fixed a bug that meant the manual Pod exemption from fail over via annotations would be ignored.