You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
bbensky
changed the title
StorageClass incorrect apiVersion in statefulset example.yaml
Incorrect StorageClass apiVersion in statefulset example.yaml
Jul 3, 2024
/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
The text was updated successfully, but these errors were encountered: