Rainbond/pkg/node/masterserver/README.md

12 lines
610 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 主节点服务功能说明
* 工作模型
* 主节点可以有多个工作点,原则上云帮管理节点的实例工作为主节点模型。
* 主节点的工作任务基于ETCD实现唯一性。例如处理一个任务的执行记录只由一个Master实例完成。
* Job的创建
* Task开始调度执行时创建Job对象基于ETCD通知到执行节点进行执行。
* 处理Job执行结果
* 安装类任务结果处理,串接组安装任务,全局配置等。
* 检测类任务结果处理,根据策略触发下次任务的执行,或者用户报警。
* 处理组任务执行。