kubernetes-csi/external-provisioner

CSIStorageCapacity check fails if the pod does not have permissions in "default"

nbalacha opened this issue · 0 comments

The CSIStorageCapacity check attempts to create an invalid resource in the "default" namespace. If the pod does not have permissions for "default", the call fails with a fatal error.

#710 (comment)