> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/deka-gpu/deka-gpu-kubernetes/storages/persistent-volume/create-a-new-persistent-volume.md).

# Create a New Persistent Volume

The **Create PV** feature allows users to create a Persistent Volume (PV) by defining its configuration in a Kubernetes YAML manifest. This method provides greater flexibility and control over storage settings, including volume capacity, access mode, and storage location.

On the **Persistent Volumes** page, click **Create PV**. The system will open a YAML editor for configuring the new Persistent Volume.

<figure><img src="/files/ZR353WNOqq0m4hG6Im9o" alt=""><figcaption></figcaption></figure>

The **Create PV** window will appear, displaying a YAML template for creating a Persistent Volume. Configure the YAML parameters as needed. In this guide, the `name` field is used as an example. Enter the desired Persistent Volume name, then click **Create**.

<figure><img src="/files/4eLN0M1D0363ygI4lRWA" alt=""><figcaption></figcaption></figure>

After the Persistent Volume is successfully created, the system will display a confirmation notification stating **"Persistence Volume has been successfully created"**. The newly created Persistent Volume will then appear in the **Persistent Volumes** list.

<figure><img src="/files/FzjGbGNwBzydnRDrC1Sm" alt=""><figcaption></figcaption></figure>
