Skip to content

Commit 31ff7f9

Browse files
Merge pull request #54838 from agantony/BZ2000290-main
BZ2000290: The PVC will be generated based on the default storage class. The default storage class may provide RWO volumes
2 parents 89d7812 + 55ed770 commit 31ff7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/registry-configuring-storage-vsphere.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ storage:
8787
claim: <1>
8888
----
8989
+
90-
<1> Leave the `claim` field blank to allow the automatic creation of an `image-registry-storage` PVC.
90+
<1> Leave the `claim` field blank to allow the automatic creation of an `image-registry-storage` persistent volume claim (PVC). The PVC is generated based on the default storage class. However, be aware that the default storage class might provide ReadWriteOnce (RWO) volumes, such as a RADOS Block Device (RBD), which can cause issues when replicating to more than one replica.
9191

9292
. Check the `clusteroperator` status:
9393
+

0 commit comments

Comments
 (0)