Volume tab

Specify whether to use an existing Kubernetes persistent volume or create a new persistent volume. After you have created the persistent volume, you can choose to use the volume for other External S-TAPs.

Table 1. Volume tab parameters
Parameter Default Meaning
Use existing persistent volume claim If you already created a Kubernetes persistent volume, you can specify the persistent volume claim.
Create persistent volume claim Create a new Kubernetes persistent volume. If you select this option, then specify the storage and access mode for the volume that you create.
Claim name The name of the persistent volume claim.
Storage   The amount of storage for this volume. Specify at least 500 mebibytes ( MiB).
Access mode ReadWriteMany The access mode for this persistent volume. The access mode must be ReadWriteMany.