ofek / csi-gcs

Kubernetes CSI driver for Google Cloud Storage
https://ofek.dev/csi-gcs/
Apache License 2.0
152 stars 39 forks source link

Deployment fails on k8s 1.22.x #79

Closed hprotzek closed 2 years ago

hprotzek commented 3 years ago

Due the removal of beta apis, the deployment fails on k8s 1.22.1.

unable to recognize "github.com/ofek/csi-gcs/deploy/overlays/stable?ref=v0.8.0": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
unable to recognize "github.com/ofek/csi-gcs/deploy/overlays/stable?ref=v0.8.0": no matches for kind "CSIDriver" in version "storage.k8s.io/v1beta1"
maennchen commented 3 years ago

@hprotzek would you be able to send a PR with the updated files?