-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSI Driver for blockvolume.csi.oraclecloud.com missing from oci-addons flavor #214
Comments
The cluster role for CCM is also not quite right. |
@anders-swanson we have used the latest manifests from https://github.com/oracle/oci-cloud-controller-manager/releases/tag/v1.24.0 and CSIDriver mentioned above is not present. The CCM cluster role is also copied from there. Can you please check there to make sure I am right?
We can make the encrypted storage class as default. |
The specific issue I noticed with storage classes is that volume mounts did not have the proper permissions. I see the same issues in the linked repository:
|
@anders-swanson I asked the same question to CSI/CCM team, here is the answer I received. Regarding CCM - Need more info as we have tested the releases, all required RBAC is present. Answers end ---- The same defaults exisyts in OKE as well from what I understand. Can you please open tickets agains the CCM repo and get answers from there or point me to the tickets already oepend? |
Yeah, I can do that. Will also provide a more detailed reproduction. |
@anders-swanson CCM team has added the CSI driver to ther latest manifests, we have added the same to the template in main branch, it will be released shortly. |
I'm facing the same problem trying to attach a volume on OKE. What is the fix for this?
|
Having the same issue, and unsure if I need to deploy the CSI Volume via https://oracle.github.io/cluster-api-provider-oci/gs/install-csi.html I have tried that and it errors on not being able to deploy to the control plane. |
The CSIDriver for
blockvolume.csi.oraclecloud.com
is missing from theoci-addons
flavor. Only thefss.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:
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.
The text was updated successfully, but these errors were encountered: