Skip to content

Commit 4316a01

Browse files
authored
Merge pull request #904 from run-ai/itayvallach-patch-3
Itayvallach patch 3
2 parents 8c451b7 + bde853d commit 4316a01

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/Researcher/user-interface/workspaces/blocks/existing-PVC.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Persistent volume claim (PVCs)
2-
31
# Persistent Volumes (PVs) & Persistent Volume Claims (PVCs)
42

53
Persistent Volumes (PVs) and Persistent Volume Claims (PVCs) are concepts in Kubernetes for managing storage. A PV is a piece of storage in the cluster, provisioned by an administrator or dynamically by Kubernetes using a StorageClass. It is a resource in the cluster, just like a node is a cluster resource.
@@ -23,8 +21,8 @@ For example: By selecting Department B as the scope of the asset, any user with
2321

2422
There are two different ways of creating data source of type PVC:
2523

26-
1. **Existing PVC**-Data source of type PVC using an existing PVC in the cluster
27-
1. **New PVC**-Data source of type PVC by creating a new pvc in the cluster!
24+
1. **Existing PVC** - Data source of type PVC using an existing PVC in the cluster.
25+
1. **New PVC** - Data source of type PVC by creating a new PVC in the cluster.
2826
![](img/10-pvc.png)
2927

3028
!!! NOTE
@@ -86,5 +84,5 @@ When creating a data source of type PVC using a new PVC, Run:ai creates the PVC
8684
1. Click Create
8785

8886
!!! NOTES
89-
When creating data source of type PVC using a new PVC, the PVC is created immediately in the cluster runai namespace (even if no workload has requested to use this PVC).
90-
A PVC created in the cluster by selecting the option “New PVC” never appears as a PVC in the Existing PVC“ option.
87+
When creating data source of type PVC using a new PVC, the PVC is immediately created in the cluster (even if no workload has requested to use this PVC).
88+
PVCs created in the cluster using the 'New PVC' option will not appear in the 'Existing PVC' selection.

0 commit comments

Comments
 (0)