Skip to content

Commit cd676dd

Browse files
committed
s/PVC/volume
1 parent 36b08b8 commit cd676dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/modules/listener-operator/pages/listener.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ These volumes, in turn, can automatically be created for each replica using eith
3838

3939
== Pinning
4040

41-
When mounting a Listener PVC, it will be "pinned" to that node if the xref:listenerclass.adoc[] uses a strategy that depends on the node that the workload is running on.
41+
When mounting a Listener volume, it will be "pinned" to that node if the xref:listenerclass.adoc[] uses a strategy that depends on the node that the workload is running on.
4242

43-
Keep in mind that this will only work correctly when using long-lived PVCs (such as via StatefulSet's `volumeClaimTemplates`).
44-
Ephemeral PVCs will be "reset" for every pod that is created, even if they refer to a long-lived Listener object.
43+
Keep in mind that this will only work correctly when using long-lived volumes (such as via StatefulSet's `volumeClaimTemplates`).
44+
Ephemeral volumes will be "reset" for every pod that is created, even if they refer to a long-lived Listener object.
4545

4646
[#reference]
4747
== Reference

0 commit comments

Comments
 (0)