Install Kubernetes/K3s only, both Kubernetes/K3s and KubeSphere, and related cloud-native add-ons, it supports all-in-one, multi-node, and HA 🔥🐳
Go to file
joyceliu bdef602ddf feat: add create cluster command
Signed-off-by: joyceliu <joyceliu@yunify.com>
2024-05-21 19:21:48 +08:00
builtin feat: add create cluster command 2024-05-21 19:21:48 +08:00
cmd feat: add create cluster command 2024-05-21 19:21:48 +08:00
config/helm feat: add create cluster command 2024-05-21 19:21:48 +08:00
example feat: add create cluster command 2024-05-21 19:21:48 +08:00
exp feat: kubekey gitops 2024-01-05 15:14:36 +08:00
hack feat: add proxy client to transport resource to local. 2024-02-06 16:08:43 +08:00
pkg feat: add create cluster command 2024-05-21 19:21:48 +08:00
scripts feat: kubekey gitops 2024-01-05 15:14:36 +08:00
version feat: kubekey gitops 2024-01-05 15:14:36 +08:00
.gitignore feat: kubekey gitops 2024-01-05 15:14:36 +08:00
CONTRIBUTORS.md feat: kubekey gitops 2024-01-05 15:14:36 +08:00
Dockerfile feat: kubekey gitops 2024-01-05 15:14:36 +08:00
LICENSE feat: kubekey gitops 2024-01-05 15:14:36 +08:00
Makefile feat: kubekey gitops 2024-01-05 15:14:36 +08:00
OWNERS feat: kubekey gitops 2024-01-05 15:14:36 +08:00
README.md feat: kubekey gitops 2024-01-05 15:14:36 +08:00
go.mod feat: add create cluster command 2024-05-21 19:21:48 +08:00
go.sum feat: add create cluster command 2024-05-21 19:21:48 +08:00

背景

当前kubekey中如果要添加命令或修改命令都需要提交代码并重新发版。扩展性较差。

  1. 任务与框架分离优势目的更方便扩展借鉴ansible的playbook设计
  2. 支持gitops可通过git方式管理自动化任务
  3. 支持connector扩展
  4. 支持云原生方式自动化批量任务管理

示例