Commit Graph

153 Commits

Author SHA1 Message Date
cuisongliu 7146cfe47a feature(main): update lvscare sdk multiple network (#1212)
* feature(main): update lvscare sdk multiple network
2022-06-30 22:02:12 +08:00
Mercurio 235feffdb7 Add support for command override (#1218)
* add support for command override

* fix: --cmd will not override ENTRYPOINT
2022-06-29 18:16:08 +08:00
ybyang aa50c58d39 fix: build dockerfile error (#1213)
Signed-off-by: maybaby <ybyang7@iflytek.com>
2022-06-28 13:27:56 +08:00
cuisongliu a5453a1454 feature(main): generator code deepcopy (#1200) 2022-06-27 08:29:14 +08:00
gitccl 2834f5256a feature: sealos gen (#1201) 2022-06-27 00:00:58 +08:00
zzjin 2ef083dfc3 Feat typo (#1170)
* Update cmd typos to match unified code format.
* 1. Update Dockerfile install typo
2. run&fix `make format` on all files
2022-06-24 22:44:12 +08:00
gitccl 3f115f0951 feat: support entrypoint in Dockerfile (#1151) 2022-06-24 10:36:33 +08:00
cuisongliu 6964078d01 feature(main): sealos run not save clusterfile when init failed (#1148)
* feature(main): sealos run not save clusterfile when init failed
2022-06-24 10:14:55 +08:00
YAO d5a7f91dcd parse images in helm charts #1004 (#1146)
* parse images in helm charts #1004

* parse images in helm charts #1004

* parse images in helm charts #1004

Co-authored-by: yyf1986 <191557539@qq.com>
2022-06-23 10:31:13 +08:00
Mercurio e3657ad4d3 ci: improve Makefile design (#1147) 2022-06-22 16:28:37 +08:00
Mercurio d24d09f16a refactor: change "contants" to "constants" (#1142) 2022-06-21 13:41:40 +08:00
guapi ac2dfedc28 fix: remove unuseful code (#1134) 2022-06-18 19:11:16 +08:00
fengxsong 39be7b74d4 fix: validate vip before initialization (#1130)
* fix: validate vip before initialization

* fix: ci lints
2022-06-16 19:03:25 +08:00
cuisongliu f415083325 feature(main): reset cluster fixd masters and nodes (#1125)
* feature(main): reset cluster fixd masters and nodes
2022-06-15 18:52:13 +08:00
cuisongliu 284934624c feature(main): support cache http registry #1022 (#1116)
* feature(main): support cache http registry #1022
2022-06-09 11:27:23 +08:00
cuisongliu a9e87f8353 feature(main): fix build not running .yaml (#1114) 2022-06-08 22:25:59 +08:00
YAO e7940a4258 fix sealos pull images default domain localhost to docker.io #1097 (#1102)
Co-authored-by: yyf1986 <191557539@qq.com>
2022-06-01 11:08:39 +08:00
Mercurio aa52856326 feat: include .tmpl files when searching for images (#1096) 2022-05-30 18:44:02 +08:00
cuisongliu 52c8612a0b feature(main): refactor: split ssh cmd into exec and scp(#996) (#1079)
* feature(main): refactor: split ssh cmd into exec and scp(#996)
2022-05-30 00:11:00 +08:00
Mercurio 683dbdd844 feat: CRI defaults to containerd (#1090) 2022-05-30 00:07:27 +08:00
Mercurio aaef8e2664 fix: panic when building offline and syntax error in registry config (#1086) 2022-05-29 23:26:18 +08:00
Mercurio f7fee49704 fix: remove max-pull-procs flag in BuildOptions.String() (#1082) 2022-05-29 21:39:39 +08:00
Mercurio a528bdfce8 feat: customize maximum goroutines for pulling (#1081) 2022-05-29 18:46:37 +08:00
Mercurio b6c7a8ee37 feat: support config override (#1080) 2022-05-29 16:18:27 +08:00
cuisongliu b2d62e862f feature(main): rename image short name (#1076)
* feature(main): rename image using default domain and namespace
2022-05-29 14:07:30 +08:00
Mercurio c850bf5432 feat: make cluster root dir customizable with root cmd flags (#995) (#1073) 2022-05-29 00:14:17 +08:00
中弈 28cf2338da add rust registrry (#1072) 2022-05-28 20:03:33 +08:00
Mercurio c13958794c Add default registry mirror (#1069)
* feat: add default registry mirror
* feat: add two extra registry mirrors
2022-05-28 18:53:06 +08:00
cuisongliu 485db0cc58 feature(main): fix check image type after image pull (#1066) 2022-05-27 19:27:12 +08:00
ybyang 475ff652cd fix build tag (#1054) 2022-05-26 03:24:17 +08:00
cuisongliu fd3128c577 feature(main): fix add error send app images (#1042)
* feature(main): fix add error send app images
2022-05-23 15:04:49 +08:00
YAO 41b4457a51 add create/delete/list/inspect commands using buildah #986 (#1041)
Co-authored-by: yyf1986 <191557539@qq.com>
2022-05-23 15:01:54 +08:00
cuisongliu eae61dcd00 feature(main): fix delete add node and skip error (#1027)
* feature(main): fix delete add node and skip error
2022-05-17 14:45:28 +08:00
YAO fb452f03f8 fix: when operator the registry,defautl is tls_verify=false #986 (#1029)
Co-authored-by: yyf1986 <191557539@qq.com>
2022-05-17 14:39:00 +08:00
cuisongliu 39dfa4091e hotfix: port not default 22 (#1026) 2022-05-16 22:25:06 +08:00
YAO 9dffb8126f add login/logout commands using buildah #986 (#1021)
Co-authored-by: yyf1986 <191557539@qq.com>
2022-05-15 16:57:42 +08:00
gebilxs 08e12b3b9a modify logger.Debug to logger.Info (#1020) 2022-05-15 15:25:10 +08:00
YAO 15bfe9ebf2 feature: add push commands using buildah #986 (#1015)
* feature: add push commands using buildah #986

* Update push.go

feature: add push commands using buildah #986

Co-authored-by: yyf1986 <191557539@qq.com>
2022-05-15 15:20:17 +08:00
cuisongliu d7ad1b170f feature(main): fix create check bug (#1010) 2022-05-14 21:33:20 +08:00
cuisongliu de5fbd8e61 feature(main): fix confirm bug (#1008) 2022-05-14 11:31:54 +08:00
cuisongliu ec7b4c9f92 feature(main): http push registry (#1009) 2022-05-14 11:30:58 +08:00
YAO c01cbd455d feature: add pull commands using buildah #986 (#1011)
* feature: add pull commands using buildah #986

Co-authored-by: yyf1986 <191557539@qq.com>
2022-05-14 01:13:01 +08:00
cuisongliu daed8109f9 feature(main): fix build config (#1006) 2022-05-13 20:18:23 +08:00
YAO fa7c2fe063 feature: add pull commands using buildah (#1002)
Co-authored-by: yyf1986 <191557539@qq.com>
2022-05-13 18:20:23 +08:00
ybyang 6ee7aca320 feature: add images commands using buildah (#988)
Signed-off-by: maybaby <ybyang7@iflytek.com>
2022-05-12 23:49:27 +08:00
cuisongliu 9eeb3af523 feature(main): fix scale check logic 2022-05-07 00:46:03 +08:00
cuisongliu 0d6b533668 feature(main): fix scale check logic 2022-05-06 23:22:57 +08:00
cuisongliu 8b642d0d40 feature(main): fix install config (#977)
* feature(main): fix install config

* feature(main): add apply feature

* feature(main): delete unused func

* feature(main): fix RunE
2022-05-06 12:52:17 +08:00
cuisongliu 9f09473dc5 feature(main): rename sealyun to sealos.io (#979) 2022-05-06 10:02:25 +08:00
cuisongliu 1a2471467c feature(main): add ssh exec/copy feature (#980) 2022-05-06 10:01:56 +08:00