From 22a1e3e7a8d13b4c4317f03ebe275afa5c776abf Mon Sep 17 00:00:00 2001 From: Itay Vallach Date: Sun, 4 Aug 2024 20:57:40 +0300 Subject: [PATCH 1/4] Update existing-PVC.md --- .../user-interface/workspaces/blocks/existing-PVC.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Researcher/user-interface/workspaces/blocks/existing-PVC.md b/docs/Researcher/user-interface/workspaces/blocks/existing-PVC.md index e495cd0d37..3f96092baf 100644 --- a/docs/Researcher/user-interface/workspaces/blocks/existing-PVC.md +++ b/docs/Researcher/user-interface/workspaces/blocks/existing-PVC.md @@ -23,8 +23,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 @@ -86,5 +86,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. \ No newline at end of file + When creating data source of type PVC using a new PVC, the PVC is created immediately in the cluster (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. From 039d506c33884609f69240087c7dfaa736db7b4f Mon Sep 17 00:00:00 2001 From: Itay Vallach Date: Sun, 4 Aug 2024 21:00:34 +0300 Subject: [PATCH 2/4] Update existing-PVC.md --- .../user-interface/workspaces/blocks/existing-PVC.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Researcher/user-interface/workspaces/blocks/existing-PVC.md b/docs/Researcher/user-interface/workspaces/blocks/existing-PVC.md index 3f96092baf..89702d70d4 100644 --- a/docs/Researcher/user-interface/workspaces/blocks/existing-PVC.md +++ b/docs/Researcher/user-interface/workspaces/blocks/existing-PVC.md @@ -86,5 +86,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 (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 when using 'Existing PVC'. From dbcc8299f1025e644602b50d7dfef6c45ce3e18f Mon Sep 17 00:00:00 2001 From: Itay Vallach Date: Sun, 4 Aug 2024 21:11:03 +0300 Subject: [PATCH 3/4] Update existing-PVC.md --- .../Researcher/user-interface/workspaces/blocks/existing-PVC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Researcher/user-interface/workspaces/blocks/existing-PVC.md b/docs/Researcher/user-interface/workspaces/blocks/existing-PVC.md index 89702d70d4..5d405c0290 100644 --- a/docs/Researcher/user-interface/workspaces/blocks/existing-PVC.md +++ b/docs/Researcher/user-interface/workspaces/blocks/existing-PVC.md @@ -87,4 +87,4 @@ When creating a data source of type PVC using a new PVC, Run:ai creates the PVC !!! NOTES 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 when using 'Existing PVC'. + PVCs created in the cluster using the 'New PVC' option will not appear in the 'Existing PVC' selection. From bde853d4fd5d487490591d6818a033d86bc461a9 Mon Sep 17 00:00:00 2001 From: Itay Vallach Date: Sun, 4 Aug 2024 21:12:27 +0300 Subject: [PATCH 4/4] Update existing-PVC.md --- .../Researcher/user-interface/workspaces/blocks/existing-PVC.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/Researcher/user-interface/workspaces/blocks/existing-PVC.md b/docs/Researcher/user-interface/workspaces/blocks/existing-PVC.md index 5d405c0290..120920db0d 100644 --- a/docs/Researcher/user-interface/workspaces/blocks/existing-PVC.md +++ b/docs/Researcher/user-interface/workspaces/blocks/existing-PVC.md @@ -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.