Skip to content

Release 1.2.3

Latest
Compare
Choose a tag to compare
@WanzenBug WanzenBug released this 13 Dec 10:19
· 7 commits to main since this release
v1.2.3

This release fixes an issue where some PersistentVolumes have no apiVersion or kind set in their spec.claimRef, which would cause the HA Controller to ignore those PVs. Those are most likely just referencing PVCs. This seems to happen when Volume Populators are involved. This release considers missing apiVersion and kind to still refer to PVCs.


Fixed

  • Consider PVs with ClaimRef without apiVersion and kind set to also refer to PVCs.