Skip to content

zhasm/kubecomps

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.3%
  • Mustache 2.3%
  • Python 1.7%
  • Shell 1.6%
  • Smarty 0.8%
  • Makefile 0.3%