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.