Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 722 Bytes

README-CN.md

File metadata and controls

20 lines (13 loc) · 722 Bytes

Kubecomps

English | 简体中文

Kubecomps 主要包含 Cloudpods 管理 Kubernetes 相关的组件。

编译

请先参考文档 https://www.cloudpods.org/zh/docs/development/dev-env/ 搭建编译环境。

  • 制作 kubeserver 镜像:
# - REGISTRY 是自己的镜像仓库
# - VERSION 对应镜像的 TAG
$ REGISTRY=registry.cn-beijing.aliyuncs.com/yunionio VERSION=dev-test make image kubeserver