Kubernetes: How to find installed storage provisioners Kubernetes: How to find installed storage provisioners kubernetes kubernetes

Kubernetes: How to find installed storage provisioners


A provisioner does not necessarily need to run in the cluster, e.g. the provisioner for an external storage appliance just connects to the cluster api server and watches for new persistent volume requests created with a storage class bound to its provisioner name. This is why as of Kubernetes 1.7 there is no intended universal way to see if a storage classes provisioner is actually available or not.