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 6a7dbabd49 fix: Adjust the location structure of the playbook to facilitate sequential execution of the playbook
Signed-off-by: joyceliu <joyceliu@yunify.com>
2024-03-08 21:22:00 +08:00
cmd fix: Optimize loop logic. 2024-03-07 17:38:01 +08:00
config/helm feat: Change the klog print format. Remove custom-defined cache instances and use Kubernetes cache instead. 2024-01-15 19:23:31 +08:00
example feat: add artifact precheck 2024-02-07 19:05:46 +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 fix: Adjust the location structure of the playbook to facilitate sequential execution of the playbook 2024-03-08 21:22:00 +08:00
project fix: Optimize loop logic. 2024-03-07 17:38:01 +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 proxy client to transport resource to local. 2024-02-06 16:08:43 +08:00
go.sum feat: add proxy client to transport resource to local. 2024-02-06 16:08:43 +08:00

背景

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

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

示例