You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The csi-snapshotter container got the following errors, after deploying the deploy ressources of fs and rbd:
csi-snapshotter E0824 10:01:40.186432 1 reflector.go:140] github.com/kubernetes-csi/external-snapshotter/client/v6/informers/externalversions/factory.go:117: Failed to watch *v1.VolumeSnapshotContent: failed to list *v1.VolumeSnapshotContent: the server could not find the requested resource (get volumesnapshotcontents.snapshot.storage.k8s.io)
csi-snapshotter W0824 10:02:03.644213 1 reflector.go:424] github.com/kubernetes-csi/external-snapshotter/client/v6/informers/externalversions/factory.go:117: failed to list *v1.VolumeSnapshotClass: the server could not find the requested resource (get volumesnapshotclasses.snapshot.storage.k8s.io)
csi-snapshotter E0824 10:02:03.644354 1 reflector.go:140] github.com/kubernetes-csi/external-snapshotter/client/v6/informers/externalversions/factory.go:117: Failed to watch *v1.VolumeSnapshotClass: failed to list *v1.VolumeSnapshotClass: the server could not find the requested resource (get volumesnapshotclasses.snapshot.storage.k8s.io)
csi-snapshotter W0824 10:02:37.337592 1 reflector.go:424] github.com/kubernetes-csi/external-snapshotter/client/v6/informers/externalversions/factory.go:117: failed to list *v1.VolumeSnapshotContent: the server could not find the requested resource (get volumesnapshotcontents.snapshot.storage.k8s.io)
You have to use the CRDs that fit to the deployed csi-snapshotter version that is deployed.
E.g. vor ceph-csi version v3.8.1, the csi-snapshotter version v6.1.0 is used.
Everything will be resolved, if you apply the CRDs.
The Kuberntes resources in the deploy directory must contain the needed CRDs for the csi-snapshotter.
The snapshot CRDs are an external dependency, mentioning it in deployment steps alone should be fine.
(It is actually expected to be provided by default in most latest kubernetes distros or made available by cluster admins)
Describe the bug
The
csi-snapshotter
container got the following errors, after deploying the deploy ressources offs
andrbd
:Root cause: Missing CRDs of the CSI Snapshotter. They can be found here: https://github.com/kubernetes-csi/external-snapshotter/tree/v6.1.0/client/config/crd.
You have to use the CRDs that fit to the deployed
csi-snapshotter
version that is deployed.E.g. vor ceph-csi version
v3.8.1
, the csi-snapshotter versionv6.1.0
is used.Everything will be resolved, if you apply the CRDs.
Environment details
Steps to reproduce
Steps to reproduce the behavior:
csi-snapshotter
Expected behavior
The Kuberntes resources in the deploy directory must contain the needed CRDs for the
csi-snapshotter
.The text was updated successfully, but these errors were encountered: