Storage class是cluster wide资源,正常kubernetes不支持你这么做。
但是可以自己写Operator来坚持你自己的PVC,然后自动去创建这个资源, 已经有人实现了这个方案: https://github.com/banzaicloud/pvc-operator