scaleway / scaleway-csi

Container Storage Interface (CSI) Driver for https://www.scaleway.com/block-storage/
Apache License 2.0
57 stars 17 forks source link

VolumeSnapshotClass missing and not documented #57

Closed alexanderkjeldaas closed 1 year ago

alexanderkjeldaas commented 1 year ago

Describe the bug kubectl apply -f scaleway-csi/deploy/kubernetes/scaleway-csi-v0.2.0.yaml

results in error: resource mapping not found for name: "scw-snapshot" namespace: "" from "scaleway-csi/deploy/kubernetes/scaleway-csi-v0.2.0.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1" ensure CRDs are installed first

To Reproduce create k3s cluster install scaleway secret kubectl apply -f scaleway-csi/deploy/kubernetes/scaleway-csi-v0.2.0.yaml

Expected behavior No error.

README.md updated to add required steps if additional steps are required

Details (please complete the following information):

Additional context

Tomy2e commented 1 year ago

Hello, the installation manifests were replaced by a Helm chart. The README.md was updated with new installation instructions: https://github.com/scaleway/scaleway-csi#installation

I'm closing this issue as you should not encounter this error when using the chart.