Commit Graph

164 Commits

Author SHA1 Message Date
pixiake d112226df8 Auto generate support versions list
Signed-off-by: pixiake <guofeng@yunify.com>
2022-11-15 10:05:25 +08:00
KubeSphere CI Bot 2b571644e3
Merge pull request #1540 from 77yu77/fix/add_alpha_phase_cmd
fix: add alpha cmd before phase run cmds
2022-11-11 11:24:34 +08:00
KubeSphere CI Bot 3e5026c3be
Merge pull request #1601 from 24sama/master
fix the panic of parsing os release.
2022-11-11 11:20:34 +08:00
KubeSphere CI Bot 6bda62e211
Merge pull request #1599 from pixiake/master
auto add kubernetes version
2022-11-11 11:18:34 +08:00
24sama ffc9e45262 fix the panic of parsing os release.
Signed-off-by: 24sama <jacksama@foxmail.com>
2022-11-11 11:07:58 +08:00
pixiake f604293a65 auto add kubernetes version
Signed-off-by: pixiake <guofeng@yunify.com>
2022-11-11 10:52:31 +08:00
24sama 9376c94c14 print a warning log about download harbor arm64
Signed-off-by: 24sama <jacksama@foxmail.com>
2022-11-10 14:59:16 +08:00
24sama 77cc90cffd fix the image name parsing panic
Signed-off-by: 24sama <jacksama@foxmail.com>
2022-11-10 12:41:28 +08:00
24sama b5990f4298 fix feature-gates removed in k8s v1.25.x
Signed-off-by: 24sama <jacksama@foxmail.com>
2022-11-10 11:19:53 +08:00
24sama bbd2ee1708 support kubernetes v1.19.15
Signed-off-by: 24sama <jacksama@foxmail.com>
2022-11-07 10:27:52 +08:00
24sama f20b95ff81 Support more kubernetes and k3s version
Signed-off-by: 24sama <jacksama@foxmail.com>
2022-11-03 15:37:02 +08:00
Vico Chu be24527454 Feat: k3s container runtime endpoint configuration 2022-11-02 20:23:29 +08:00
KubeSphere CI Bot 07d184b8db
Merge pull request #1542 from 24sama/v3.0.0-capkk-bootstrap
feat: add k3s control-plane provider and bootstrap provider
2022-10-21 16:39:41 +08:00
24sama 6b5a0c6e52 feat: add k3s control-plane provider and bootstrap provider
Signed-off-by: 24sama <jacksama@foxmail.com>
2022-10-21 16:28:59 +08:00
KubeSphere CI Bot 1b21e966a0
Merge pull request #1545 from tanguofu/master
fea(#1541): Support Execute custom setup scripts when init os and cre…
2022-10-14 12:54:32 +08:00
guofutan af8ec18d50 fea(#1541): Support Execute custom setup scripts when init os and create cluster and add node
Signed-off-by: guofutan <guofutan@tencent.com>
2022-10-12 21:55:11 +08:00
Vico Chu 625b308985 Fix: argument field case issue 2022-10-12 19:40:08 +08:00
zhang-wei 595695c4f9
Support for custom OpenEBS base path (#1534)
* Support for custom OpenEBS base path

* retest

* rollback

* Change the default value of basePath
2022-10-08 16:54:20 +08:00
77yu77 5b823a9e5e fix: add alpha cmd before phase run cmds 2022-10-08 06:20:12 +00:00
24sama 3dd48dc8df refactor KubeKey project structure
Signed-off-by: 24sama <jacksama@foxmail.com>
2022-10-06 11:58:06 +08:00
KubeSphere CI Bot 68bd1ddd41
Merge pull request #1519 from zt1046656665/master
add  migrate_cri
2022-09-28 13:01:23 +08:00
zhoutian 0ea2a0ddfd add migrate_cri
Signed-off-by: zhoutian <zhoutian@yunify.com>
2022-09-28 12:55:29 +08:00
KubeSphere CI Bot d8a94abce9
Merge pull request #1530 from 77yu77/feat/phase_run
feat: add phase run for create_cluster and upgrade_cluster cmd
2022-09-27 10:48:22 +08:00
77yu77 0680d578be feat: add phase run for create_cluster and upgrade_cluster cmd 2022-09-26 09:55:39 +00:00
Shiny Hou 8c13b6b180 feat: Add rpms and debs support. 2022-09-26 12:37:36 +08:00
zhouqiu0103 c2600551d8 add security enhancement 2022-09-15 12:34:05 +08:00
elmer bc49776e6d add --all paramter for delete-cluster ctl 2022-08-16 10:31:20 +08:00
Deshi Xiao ab7b07c1df fix: delete k3s cluster with kubenetes version
fix issue: https://github.com/kubesphere/kubekey/issues/1148

let below cmd works
```
./kk delete cluster --with-kubenetes v1.21.6-k3s
```

Signed-off-by: Deshi Xiao <xiaods@gmail.com>
2022-08-07 14:35:08 +08:00
24sama 7f1b36a044 doc: modify the command flag description
Signed-off-by: 24sama <jacksama@foxmail.com>
2022-06-10 17:16:48 +08:00
24sama 8081af7605 support init os command to use artifact
Signed-off-by: 24sama <jacksama@foxmail.com>
2022-04-20 10:37:28 +08:00
24sama 4a984914c6 remove cri pre-check which is in the ImagesPushPipeline
Signed-off-by: 24sama <jacksama@foxmail.com>
2022-04-15 15:34:31 +08:00
24sama 9c1093547e Greetings, KubeKey
Signed-off-by: 24sama <jacksama@foxmail.com>
2022-04-15 14:33:37 +08:00
Ben Ye 6318e88346 make kubekey namespace configurable
Signed-off-by: Ben Ye <ben.ye@bytedance.com>
2022-04-08 14:48:18 -07:00
24sama 5b6fadd4ef reduce the size of KubeKey artifact
Signed-off-by: 24sama <jacksama@foxmail.com>
2022-04-01 11:43:46 +08:00
pixiake dbe5027cf0 Support the use of kubeadm to manage etcd and use of existing etcd
Signed-off-by: pixiake <guofeng@yunify.com>
2022-03-24 09:14:10 +08:00
KubeSphere CI Bot cf10e64dc6
Merge pull request #1101 from 24sama/v2.0.0
add manifest and artifact en doc
2022-03-08 12:12:45 +08:00
24sama 8e3bdfd8ad fix the command missing default kubernetes type
Signed-off-by: 24sama <jacksama@foxmail.com>
2022-03-07 12:42:13 +08:00
24sama 1b149088fa update some descriptions
Signed-off-by: 24sama <jacksama@foxmail.com>
2022-03-04 09:15:38 +08:00
24sama 48f5f90c98 add images push command
Signed-off-by: 24sama <jacksama@foxmail.com>
2022-02-25 15:14:49 +08:00
24sama 25ca121c4d fix a bug that "--with-local-storage" flag didn't work
Signed-off-by: 24sama <leo@kubesphere.io>
2022-02-09 11:17:56 +08:00
24sama 5cd9ed8705 change `skip-install-packages` to `with-packages`
Signed-off-by: 24sama <leo@kubesphere.io>
2022-01-24 17:25:41 +08:00
24sama 98b91b641d artifact support to contain registry binaries
Signed-off-by: 24sama <leo@kubesphere.io>
2022-01-08 14:50:05 +08:00
pixiake e598c919dc Creating container images registry is supported
Signed-off-by: pixiake <guofeng@yunify.com>
2022-01-07 17:20:18 +08:00
sunhaizhou f6563d6055 fix cmd delete node.
Signed-off-by: sunhaizhou <sunhaizhou@kingsoft.com>
2021-12-30 19:56:26 +08:00
KubeSphere CI Bot 4aa275d424
Merge pull request #946 from 24sama/v2.0.0
fix: generate kubesphere repo error
2021-12-30 16:20:26 +08:00
24sama cc615220ec fix: generate kubesphere repo error
Signed-off-by: 24sama <leo@kubesphere.io>
2021-12-30 16:04:17 +08:00
pixiake ba620e7320 Support kubekey to independently generate certificates
Signed-off-by: pixiake <guofeng@yunify.com>
2021-12-29 15:34:06 +08:00
24sama c49776983e modify ImagePushModule to use the containerd sdk
Signed-off-by: 24sama <leo@kubesphere.io>
2021-12-28 21:06:30 +08:00
24sama 3fff474dab fix typo
Signed-off-by: 24sama <leo@kubesphere.io>
2021-12-24 16:17:00 +08:00
Leo Li 0e8c52cee3 fix: CreateClusterPipeline support use the artifact
Signed-off-by: Leo Li <jacksama@foxmail.com>
2021-12-23 17:30:13 +08:00