This commit is contained in:
Milan Pála 2019-05-08 02:51:45 +02:00 committed by Maria Bermudez
parent 5e39c6f664
commit 062ad5d36a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ To mount existing NFS shares within Kubernetes Pods, we have 2 options:
- Define NFS shares within the Pod definitions. NFS shares are defined
manually by each tenant when creating a workload.
- Define NFS shares as a Cluster object through Persistent Volumes, with
the CLuster object lifecycle handled separately from the workload. This is common for
the Cluster object lifecycle handled separately from the workload. This is common for
operators who want to define a range of NFS shares for tenants to request and
consume.