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>
		
			
				
	
	
		
			21 lines
		
	
	
		
			819 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			819 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
 | 
						|
.. rhb1561120463240
 | 
						|
.. _about-persistent-volume-support:
 | 
						|
 | 
						|
===============================
 | 
						|
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
 | 
						|
|prod| installation.
 | 
						|
 |