Skip to content
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

Old cinder CSI uses CRD/v1beta1 #83

Closed
garloff opened this issue Nov 17, 2021 · 0 comments
Closed

Old cinder CSI uses CRD/v1beta1 #83

garloff opened this issue Nov 17, 2021 · 0 comments
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

Comments

@garloff
Copy link
Contributor

garloff commented Nov 17, 2021

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?

@garloff garloff added enhancement New feature or request wontfix This will not be worked on labels Mar 17, 2022
@jschoone jschoone added the on hold Is on hold label Oct 10, 2023
@jschoone jschoone reopened this Oct 11, 2023
@jschoone jschoone closed this as not planned Won't fix, can't repro, duplicate, stale Oct 11, 2023
@jschoone jschoone added Container Issues or pull requests relevant for Team 2: Container Infra and Tooling Sprint Montreal Sprint Montreal (2023, cwk 40+41) labels Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Archived in project
Development

No branches or pull requests

2 participants