docs/doc/source/storage/kubernetes/about-persistent-volume-support.rst
Keane Lim ceea9dda0d Storage Guide update
Applied review feedback.

Fixed 'grey bars' formatting.
Fixed gerunds and lists
Added abbreviations and references

Change-Id: I104d678ce3ea52bddcbc141f8aad49ea1e1971db
Signed-off-by: Keane Lim <keane.lim@windriver.com>
2021-02-09 12:50:24 -05:00

819 B

About Persistent Volume Support

Persistent Volume Claims (PVCs) are requests for storage resources in your cluster. By default, container images have an ephemeral file system. In order for containers to persist files beyond the lifetime of the container, a Persistent Volume Claim can be created to obtain a persistent volume which the container can mount and read/write files.

Management and customization tasks for Kubernetes Persistent Volume Claims can be accomplished using the rbd-provisioner helm chart. The rbd-provisioner helm chart is included in the platform-integ-apps system application, which is automatically loaded and applied as part of the installation.