knuu icon indicating copy to clipboard operation
knuu copied to clipboard

Have volumes as a separate object

Open smuu opened this issue 1 year ago • 2 comments

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.

### Tasks
- [ ] https://github.com/celestiaorg/knuu/issues/167
- [ ] https://github.com/celestiaorg/knuu/issues/317

smuu avatar May 29 '24 12:05 smuu

Related: https://github.com/celestiaorg/knuu/issues/167

smuu avatar Jul 04 '24 14:07 smuu

Related: https://github.com/celestiaorg/knuu/issues/317

smuu avatar Jul 04 '24 14:07 smuu