We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
我目前使用Nomad来管理一个小集群,动态管理多个出口节点
希望使用NginxUI来帮助我更简单的进行可视化管理,但是目前运行节点(Environment)没有服务发现能力,节点变动的时候只能通过界面手动配置
Describe the solution you'd like
通过Nomad的服务发现能力可以相对比较简单的渲染出一个带有所有运行节点的配置文件
所以希望可以添加通过配置文件设置运行节点的能力
Additional context
配置文件最好能提供热加载能力
考虑配置文件设置的运行节点和UI配置的节点可能有冲突,对运行节点增加 启用/禁用 属性,同时配置文件设置的节点只允许 禁用 ,不允许 删除 或许比较合适
启用/禁用
禁用
删除
The text was updated successfully, but these errors were encountered:
feat: add enabled/disabled field to environment model #169
b429c15
feat: use settings file to predefine nodes #169
a689608
feat: reload cluster node settings from settings file #169
e0366f9
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
我目前使用Nomad来管理一个小集群,动态管理多个出口节点
希望使用NginxUI来帮助我更简单的进行可视化管理,但是目前运行节点(Environment)没有服务发现能力,节点变动的时候只能通过界面手动配置
Describe the solution you'd like
通过Nomad的服务发现能力可以相对比较简单的渲染出一个带有所有运行节点的配置文件
所以希望可以添加通过配置文件设置运行节点的能力
Additional context
配置文件最好能提供热加载能力
考虑配置文件设置的运行节点和UI配置的节点可能有冲突,对运行节点增加
启用/禁用
属性,同时配置文件设置的节点只允许禁用
,不允许删除
或许比较合适The text was updated successfully, but these errors were encountered: