Loading...

No persistent volume claims.

A persistent volume claim is required to attach to this deployment config, deployment, but none are loaded on this project.

To claim storage from a persistent volume, refer to the documentation on using persistent volumes.

Back to deployment config

Back to deployment

Attach Storage

Attach an existing persistent volume claim to the template of deployment config {{attach.deploymentConfig.metadata.name}}. deployment {{attach.deployment.metadata.name}}.
Select the persistent volume claim to attach to.
{{pvc.metadata.name}} {{pvc.status.capacity['storage'] | usageWithUnits: 'storage'}} {{pvc.spec.resources.requests['storage'] | usageWithUnits: 'storage'}} ({{pvc.spec.accessModes | accessModes | join}}) {{pvc.status.phase}} to volume {{pvc.spec.volumeName}}

Volume

Specify details about how volumes are going to be mounted inside containers.
Mount path for the volume inside the container. If not specified, the volume will not be mounted automatically.
Mount path must be a valid path to a directory starting with /.
Volume mount in that path already exists. Please choose another mount path.
Unique name used to identify this volume. If not specified, a volume name is generated.
Volume name already exists. Please choose another name.
The volume will be mounted into all containers. You can select specific containers instead.

Containers

Attach the volume to the following containers:
You must select at least one container.
Cancel