Changes

Jump to navigation Jump to search
m
Local persistent volumes
=== Local persistent volumes ===
These are persistent volumes which are mapped to special folders of the host filesystem of the node. Each node exposes several persistent volumes which can be claimed. The user can not control which volume is bound to a claim, but can request a minimum size. A persistent volume claim (PVC) is configured like this:
<syntaxhighlight lang="yaml">
Since the claim has not been used by a container yet, it is not yet bound to a persitent volume (PV).
 
=== Host directories ===

Navigation menu