Tencent / caelus

Set of Kubernetes solutions for reusing idle resources of nodes by running extra batch jobs
Other
344 stars 83 forks source link

不完善的README #30

Closed kom0055 closed 2 years ago

kom0055 commented 2 years ago

因为最近在基于Caelus开始着手搞混部调度,但是看了一圈代码下来,人还是懵的。有几个问题请教下:

  1. 看代码中的使用方式,yarn必须得基于K8S吗?
  2. Predict之类的统筹,目前只能基于单node,没有整个集群上的资源调度吗?
  3. 希望能出一个完善的傻瓜式README。感谢万分
ddongchen commented 2 years ago

@kom0055 您好,目前正在整理最新的readme,会给出一个完整的case。给您带来的不便,实在抱歉。 1、caelus是基于k8s混部的,可以基于caelus进行定向修改,去除k8s。 2、predict即支持基于node资源预测,也支持外部接口预测。 3、正在整理中

ddongchen commented 2 years ago

@kom0055 文档已更新 https://github.com/Tencent/caelus/blob/master/doc/start.md https://github.com/Tencent/caelus/blob/master/doc/config.md 入口为: image 欢迎使用caelus

kom0055 commented 2 years ago

非常详尽,感谢