Kubecomps contains the components that use to manage Kubernetes of Cloudpods .
- cmd/kubeserver: the backend server to manage multiple Kubernetes cluster
- cmd/calico-node-agent: the VPC CNI node agent based on calico
Please follow the https://www.cloudpods.org/zh/docs/development/dev-env/ to set up the development environment first.
- Build kubeserver image:
$ REGISTRY=registry.cn-beijing.aliyuncs.com/yunionio VERSION=dev-test make image kubeserver