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
Kubernetes version (use kubectl version):
Driver version:
Please also attach debug logs to help us better diagnose
Instructions to gather debug logs can be found here
/kind bug
What happened?
The apiVersion for the StorageClass in the statefulset example.yaml is currently
v1
and should bestorage.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
kubectl version
):Please also attach debug logs to help us better diagnose