You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/storage-persistent-storage-pvc.adoc
+81Lines changed: 81 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -113,3 +113,84 @@ spec:
113
113
<1> Path to mount the volume inside the pod.
114
114
<2> Name of the volume to mount. Do not mount to the container root, `/`, or any path that is the same in the host and the container. This can corrupt your host system if the container is sufficiently privileged, such as the host `/dev/pts` files. It is safe to mount the host by using `/host`.
115
115
<3> Name of the PVC, that exists in the same namespace, to use.
116
+
117
+
[id="pvc-cli-command-usage_{context}"]
118
+
== Viewing PVC usage statistics
119
+
120
+
You can view usage statistics for persistent volume claims (PVCs).
0 commit comments