Open sekrett opened 6 years ago
According to Kubernetes PVC documentation:
In the past, the annotation volume.beta.kubernetes.io/storage-class was used instead of the storageClassName attribute. This annotation is still working, however it will become fully deprecated in a future Kubernetes release.
Please add support for new syntax.
Documentation says I should create a PVC this way:
It works but there are many helm chart which generate a PVC in a different way:
And this PVC will fail to create. Maybe specifying annotations is an old way and
storageClassName
support should be added now for convenience?