Open
Description
The CSIDriver for blockvolume.csi.oraclecloud.com
is missing from the oci-addons
flavor. Only the fss.csi.oraclecloud.com
CSIDriver is present.
See drivers in template: https://github.com/oracle/cluster-api-provider-oci/blob/main/templates/cluster-template-oci-addons.yaml#L539
Missing driver should look something like this:
apiVersion: storage.k8s.io/v1
kind: CSIDriver
metadata:
name: blockvolume.csi.oraclecloud.com
spec:
fsGroupPolicy: File
Users of this template will have difficulty using PVs properly.
Additionally, there is no default storage class in the addons template. Users may need to annotate a storage class themselves.