-
Notifications
You must be signed in to change notification settings - Fork 403
Closed
Labels
enhancementNew feature or requestNew feature or requestpluginpolaris-server pluginpolaris-server plugin
Milestone
Description
What is the feature you want to add?
通过配置文件,配置当前polaris编译需要依赖哪些插件,执行编译脚本的时候,可以根据配置文件生成插件依赖并进行编译
Why do you want to add this feature?
当前北极星各部分功能都通过插件化实现,所有插件都放到一个go文件中,插件的新增删除都需要修改代码文件,定制起来比较复杂。
How to implement this feature?
类似coredns,增加plugin.cfg,执行编译时,通过Makefile,读取plugin.cfg,生成plugin.go文件,然后再进行编译。
Additional context
Add any other context or screenshots about the feature request here.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpluginpolaris-server pluginpolaris-server plugin