1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/learning-deploying-application-storage-viewing.adoc

19 lines
868 B
Plaintext

// Module included in the following assemblies:
//
// * rosa_learning/deploying_application_workshop/learning-deploying-application-storage.adoc
:_mod-docs-content-type: PROCEDURE
[id="learning-deploying-application-storage-viewing_{context}"]
= Viewing a persistent volume claim
[role="_abstract"]
You can view your application's persistence volume claim from the {cluster-manager-url}.
.Procedure
. Navigate to the cluster's {ocp-short} web console.
. Click *Storage* in the left menu, then click *PersistentVolumeClaims* to see a list of all the persistent volume claims.
. Click a persistence volume claim to see the size, access mode, storage class, and other additional claim details.
+
[NOTE]
====
The access mode is `ReadWriteOnce` (RWO). This means that the volume can only be mounted to one node and the pod or pods can read and write to the volume.
====