/kubecomps

Primary LanguageGoApache License 2.0Apache-2.0

Kubecomps

English | 简体中文

Kubecomps contains the components that use to manage Kubernetes of Cloudpods .

Build

Please follow the https://www.cloudpods.org/zh/docs/development/dev-env/ to set up the development environment first.

  • Build kubeserver binary:
# generate embedded code
$ make generate

# build kubeserver binary
$ make cmd/kubeserver
  • Build kubeserver image:
$ REGISTRY=registry.cn-beijing.aliyuncs.com/yunionio VERSION=dev-test make image kubeserver