-
Some text.
-
More text.
- Enter a Name for the volume claim.
- Select a volume claim Source:
- If you select Use a Storage Class to provision a new persistent volume, select a storage class and enter a Capacity.
- If you select Use an existing persistent volume, choose a Persistent Volume from the drop-down.
- From the Customize section, choose the read/write access for the volume.
- Click Define.
- Modify
somevalue
afterwards.
:::note
TAKE NOTE
1. Enter a **Name** for the volume claim. 1. Choose a **Persistent Volume Claim** from the dropdown. 1. Add this YAML: ```yaml int: 123 string: 'abc' ``` 1. From the **Customize** section, choose the read/write access for the volume. 1. Click **Define**. Then run the following command: ```shell kubectl do something
-
Final text.