kubernetes-sigs / aws-efs-csi-driver

CSI Driver for Amazon EFS https://aws.amazon.com/efs/
Apache License 2.0
723 stars 554 forks source link

Incorrect StorageClass apiVersion in statefulset example.yaml #1399

Closed bbensky closed 4 months ago

bbensky commented 4 months ago

/kind bug

What happened?

The apiVersion for the StorageClass in the statefulset example.yaml is currently v1 and should be storage.k8s.io/v1. It looks like all of the other examples have the correct apiVersion for the StorageClass.

What you expected to happen?

Change the apiVersion for the StorageClass.

How to reproduce it (as minimally and precisely as possible)?

Anything else we need to know?:

Environment

Please also attach debug logs to help us better diagnose

seanzatzdev-amazon commented 4 months ago

https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1400