Skip to content

Commit

Permalink
Merge pull request #904 from run-ai/itayvallach-patch-3
Browse files Browse the repository at this point in the history
Itayvallach patch 3
  • Loading branch information
itayvallach authored Aug 5, 2024
2 parents 8c451b7 + bde853d commit 4316a01
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/Researcher/user-interface/workspaces/blocks/existing-PVC.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Persistent volume claim (PVCs)

# Persistent Volumes (PVs) & Persistent Volume Claims (PVCs)

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.
Expand All @@ -23,8 +21,8 @@ For example: By selecting Department B as the scope of the asset, any user with

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

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

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

!!! NOTES
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).
A PVC created in the cluster by selecting the option “New PVC” never appears as a PVC in the Existing PVC“ option.
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).
PVCs created in the cluster using the 'New PVC' option will not appear in the 'Existing PVC' selection.

0 comments on commit 4316a01

Please sign in to comment.