Skip to content

CSI Driver for blockvolume.csi.oraclecloud.com missing from oci-addons flavor #214

Open
@anders-swanson

Description

@anders-swanson

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.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions