bitnami / kube-libsonnet

Bitnami's jsonnet library for building Kubernetes manifests
https://bitnami.com
Apache License 2.0
174 stars 50 forks source link

kube-libsonnet: remove deprecated api. #73

Closed lion24 closed 2 years ago

lion24 commented 2 years ago

The storage.k8s.io/v1beta1 API version of CSIDriver, CSINode, StorageClass, and VolumeAttachment is no longer served as of v1.22.

https://kubernetes.io/docs/reference/using-api/deprecation-guide/#storage-resources-v122

Signed-off-by: Lionel Hubaut lionel.hubaut@tessares.net

lion24 commented 2 years ago

I see it's already a duplicate of #69 What is the status?

It's blocking us while trying to deploy k8s 1.23

lion24 commented 2 years ago

LGTM!, although I don't have merging privs

It seems I need one more review from @jbianquetti-nami to merge.