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
Currently, volumes are added to instances with instance.AddVolume(size).
I propose to add a Volume object, that can be added to an Instance with instance.AddVolume(volume).
This enables adding the same volume to multiple containers in one sidecar.
The content you are editing has changed. Please copy your edits and refresh the page.
Currently, volumes are added to instances with
instance.AddVolume(size)
.I propose to add a
Volume
object, that can be added to an Instance withinstance.AddVolume(volume)
.This enables adding the same volume to multiple containers in one sidecar.
Tasks
The text was updated successfully, but these errors were encountered: