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: docs/cinder-csi-plugin/examples.md
+41-2Lines changed: 41 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,9 +101,11 @@ $ mount /dev/vdb /mnt; ls /mnt
101
101
index.html lost+found
102
102
```
103
103
104
-
## Deploy app using Inline volumes
104
+
## Deploy app using ephemeral volumes
105
105
106
-
Sample App definition on using Inline volumes can be found at [here](../../examples/cinder-csi-plugin/ephemeral/csi-ephemeral-volumes-example.yaml)
106
+
### CSI Ephemeral Volumes
107
+
108
+
Sample App definition on using CSI ephemeral volumes can be found at [here](../../examples/cinder-csi-plugin/ephemeral/csi-ephemeral-volumes-example.yaml)
107
109
108
110
Prerequisites:
109
111
* Deploy CSI Driver, with both volumeLifecycleModes enabled as specified [here](../../manifests/cinder-csi-plugin/csi-cinder-driver.yaml)
@@ -130,6 +132,43 @@ Volumes:
130
132
131
133
```
132
134
135
+
### Generic Ephemeral Volumes
136
+
137
+
Sample App definition on using generic ephemeral volumes can be found at [here](../../examples/cinder-csi-plugin/ephemeral/generic-ephemeral-volumes.yaml)
138
+
139
+
Create a pod with ephemeral volume and storage class
0 commit comments