Skip to content

Itayvallach patch 3 #904

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading