digitalocean / clusterlint

A best practices checker for Kubernetes clusters. 🤠
Apache License 2.0
542 stars 45 forks source link

should be able to retrieve storageClassName from annotation #150

Closed khayyamsaleem closed 2 years ago

khayyamsaleem commented 2 years ago

Though it is deprecated in upstream, Kubernetes still supports being able to supply the storageClassName of a pvc using an annotation like volume.beta.kubernetes.io/storage-class. clusterlint should be able to detect storageClassNames supplied in this way and provide correct warnings for the dobs-volume checks.

Context