sealos icon indicating copy to clipboard operation
sealos copied to clipboard

Feature: sealos run xx.tar.gz

Open willzhang opened this issue 1 year ago • 5 comments

Which command or component

sealos run

Detailed description of the feature

Install from tar.gz offline image package,Make offline installation easier.

If you have solution,please describe it

online save imags

sealos save -o kubernetes-v1.24.1.tar.gz labring/kubernetes:v1.24.1 labring/calico:v3.22.1

offline install

sealos run kubernetes-v1.24.1.tar.gz

willzhang avatar Sep 19 '22 09:09 willzhang

sealos load and sealos run replace it ?

cuisongliu avatar Sep 19 '22 12:09 cuisongliu

Agreed, this feature is really helpful for the offline installation as sealos need to pull, save, load image and run, why not just run the package directory? just put a little more efforts and help the vast majority of users.

Simplicity is beauty!

john-deng avatar Sep 19 '22 15:09 john-deng

yes, pull save then load run , It's too complicated.

willzhang avatar Sep 22 '22 05:09 willzhang

@willzhang can you provide this feature? Check the suffix is "tar.gz" then call the load function first.

fanux avatar Sep 23 '22 06:09 fanux

@willzhang can you provide this feature? Check the suffix is "tar.gz" then call the load function first.

no,I'm not good at golang

willzhang avatar Sep 26 '22 07:09 willzhang