Old cinder CSI uses CRD/v1beta1 #83
Labels
Container
Issues or pull requests relevant for Team 2: Container Infra and Tooling
enhancement
New feature or request
on hold
Is on hold
Sprint Montreal
Sprint Montreal (2023, cwk 40+41)
wontfix
This will not be worked on
apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition. And as announced, the Cinder CSI breaks with 1.22.
This is actually from external-snapshots-crds.yaml which is a backport from upstream to make volumesnapshots work at all with the old cinder CSI.
Overall, the cinder.yaml file seems to be somewhat dated:
image: quay.io/k8scsi/csi-attacher:v2.2.0
image: quay.io/k8scsi/csi-provisioner:v1.6.0
image: quay.io/k8scsi/csi-snapshotter:v1.2.2
image: quay.io/k8scsi/csi-resizer:v0.4.0
image: quay.io/k8scsi/csi-node-driver-registrar:v1.2.0
Latest git versions are:
image: k8s.gcr.io/sig-storage/csi-attacher:v3.1.0
image: k8s.gcr.io/sig-storage/csi-provisioner:v2.2.0
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.0.0
image: k8s.gcr.io/sig-storage/csi-resizer:v1.1.0
image: k8s.gcr.io/sig-storage/livenessprobe:v2.2.0
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.1.0
image: k8s.gcr.io/sig-storage/livenessprobe:v2.2.0
Shouldn't we include and reference a new stable cinder CSI version?
The text was updated successfully, but these errors were encountered: