Ask a question to get started
Enter to send•Shift+Enter new line
Create a new persistent volume.
Creates a persistent storage volume that can be referenced in templates.
create_volume( self, name: str, size: str, *, timeout: int = 60 ) -> Volume
name
str
Volume name.
size
Storage size (e.g., "1Gi", "10Gi").
timeout
int
60
Timeout in seconds when waiting for ready (min: 5, max: 300).