CNCF:community bridge#1285Reading Material Update And Supplement
CNCF是linux foundation下的子组织,都是推动开源的非盈利组织,关于linux foundation这个面向大学生的coding实训,后面我会继续做详细介绍,这里记录我作为春季赛季的实习生,参与的议题。
所有选题list:
https://github.com/cncf/mentoring/tree/master/lfx-mentorship/2021/01-Spring
1285选题:Reading Material Update And Supplement
https://github.com/volcano-sh/volcano/issues/1285
Idea detail:
https://github.com/cncf/mentoring/pull/336/files
volcano github:
https://github.com/volcano-sh/volcano/tree/master/test/e2e/schedulingaction
lfx官网:
https://lfx.linuxfoundation.org/tools/mentorship/
(参加这个活动很重要的网站,实习生需要在这上面注册、申请,然后lfx那边记录在案最后完成议题项目才能拿到认证和奖金)
In order to make Volcano easy to use and understand, you task is to improve reading materials. The details are as follows:
- Supplementary examples about how to use Volcano for all northbound computing frameworks. Cases can be referred to are under volcano-sh/volcano/examples.
- Supplementary examples about how to use Volcano for all southward heterogeneous devices. Current case is only for GPU.
- Make introductions for all Actions and Plugins both in Chinese and English, including how it works and best practices.
- Make instructions about SDK for developers both in Chinese and English. Follow your steps they can write custom Actions and Plugins.
- Update Volcano official docs to date both in Chinese and English.
总结起来可以说是增加volcano的技术文档。
目前在mentor的指导下,正在完成的工作如下:
1.走读volcano调度器action、plugin部分的代码并联想应用的场景。