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

CSIDriver v1 is not available in 1.17 #887

Closed
arcivanov opened this issue May 16, 2021 · 1 comment · Fixed by #856
Closed

CSIDriver v1 is not available in 1.17 #887

arcivanov opened this issue May 16, 2021 · 1 comment · Fixed by #856
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@arcivanov
Copy link
Contributor

/kind bug

The chart indicates >=1.17 compatibility. And yet in 1.17 in storage v1 CSIDriver is not available.
Either discontinue support for 1.17 and bump the chart to 1.18 minimum or bust down resource version to v1beta1

The incoming fix will do the latter.

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label May 16, 2021
arcivanov added a commit to arcivanov/aws-ebs-csi-driver that referenced this issue May 16, 2021
v1 went GA in 1.18. This chart is >= 1.17.
In 1.17 CSIDriver is only available in v1beta1

fixes kubernetes-sigs#887
@wd
Copy link

wd commented May 17, 2021

I was just about to post the same issue. Can't deploy v1.0.0 to kubernetes 1.17.

Error: unable to recognize "": no matches for kind "CSIDriver" in version "storage.k8s.io/v1"

And the PR that introduces this bug is #836, which means the last working version for Kubernetes 1.17 is 0.10.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
4 participants