12 Star 61 Fork 15

Carina / carina

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
development.md 731 Bytes
一键复制 编辑 原始数据 按行查看 历史

development guide

  • pull code
$ git clone https://github.com/carina-io/carina.git
  • golang 1.17
  • compiling carina-controller / carina-node
# to build testing images
$ make docker-build
# to release a version
$ make release VERSION=v0.9
  • compiling carina-scheduler.

Carina-scheduler is an independent project,which is just placed under carina for now.

$ cd scheduler
# to build testing images
$ make docker-build
# to release a version
$ make release VERSION=v0.9 
  • how to run e2e test cases?
  • For local volume projects, it's not ideal to run e2e tests via KIND clusters. It's recommended to test carina on physical or virtual nodes.
$ cd test/e2e
$ make e2e
Go
1
https://gitee.com/bocloud-open-source/carina.git
git@gitee.com:bocloud-open-source/carina.git
bocloud-open-source
carina
carina
main

搜索帮助