- Home
- Integration and extensions
- Drivers
- Volume Drivers
- Persistent Volume Claim
-
- Overview
-
- Overview
- Deploy your Application
- Manage your Java application
- Migrate an Application
- Provision Amazon S3 Buckets
- Deploy an Amazon S3 Resource to production
- Scaffold a new Workload and create staging and prod Environments
- Update Resource Definitions for related Applications
- Use existing Terraform modules
- Provision a Redis cluster on AWS using Terraform
- Perform daily developer activities (debug, rollback, diffs, logs)
- Deploy ephemeral Environments
-
-
Persistent Volume Claim
This generates a Kubernetes Persistent Volume Claim (VPC) object.
Property | Description |
---|---|
Resource type | volume |
Account type | None |
Inputs #
Values #
Name | Type | Description |
---|---|---|
access_modes |
string | One of ReadWriteOnce , ReadOnlyMany or ReadWriteMany |
capacity |
string | A Kubernetes compatible storage capacity. (e.g. 30Gi ) |
storage_class_name |
string | The name of the StorageClass to use when creating PersistentVolumeClaims. |
Secrets #
None
Outputs #
None
Notes #
This driver only creates the PersistentVolumeClaim
Kubernetes resource and associated volume
entry in the workload that references it. The PersistentVolume
itself must be created separately - for example via Dynamic Provisioning in the Kubernetes Cluster.