create multiple persistent volumes in Kubernetes at a time?

5/7/2020

Can we create multiple persistent volumes at a time through CSI ? Basically storage supports number of clones to be created from a source. I want to see if I can leverage this through CSI so that I will have just 1 call to create 10 clones.

-- Harrish A
kubernetes
storage

1 Answer

5/7/2020

You can use dynamic volume provisioning to have PV's created on demand.

-- Perryn Gordon
Source: StackOverflow