openshift / origin-web-console

Web Console for the OpenShift Application Platform
https://www.openshift.org/
Apache License 2.0
123 stars 230 forks source link

[BUG] create PVC with storageclass can't be watch by controller in webpage #3159

Closed moweiwei closed 4 years ago

moweiwei commented 4 years ago

In the storage creation webpage, when creating a pvc through storageclass, the controller will report a null pointer exception error, but it will not create by YAML.

Solution:Specified by specifying the value of the storageClassName property in the PVC configuration Instead of annotation

moweiwei commented 4 years ago

has fix it in latest version