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
Implemented as inline `hostPath` volume in `PodSpec`.
A new compute feature was added -- previously, instance volume support
was implied by "create instance" feature.
Part-of: #3757
Copy file name to clipboardExpand all lines: docs/docs/concepts/volumes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -262,7 +262,7 @@ Since persistence isn't guaranteed (instances may be interrupted or runs may occ
262
262
volumes only for caching or with directories manually mounted to network storage.
263
263
264
264
!!! info "Backends"
265
-
Instance volumes are currently supported for all backends except `runpod`, `vastai`and `kubernetes`, and can also be used with [SSH fleets](fleets.md#ssh-fleets).
265
+
Instance volumes are currently supported for all backends except `runpod`and `vastai`, and can also be used with [SSH fleets](fleets.md#ssh-fleets).
266
266
267
267
??? info "Optional volumes"
268
268
If the volume is not critical for your workload, you can mark it as `optional`.
0 commit comments