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
参考 https://elkeid.bytedance.com/docs/elkeidup/expansion-zh_CN.html 这个文档
改了config.yaml agent_center: install: true grpc_conn_limit: 10000 # 单个AC的最大连接数限制 quota: 10C50G ssh_host: - 1.1.1.1
改成了 agent_center: install: true grpc_conn_limit: 10000 # 单个AC的最大连接数限制 quota: 10C50G ssh_host: - 1.1.1.1 - 2.2.2.2
然后执行 elkeidup reinstall --component AgentCenter --re-init 发现2.2.2.2上并没有agentcenter 咋回事
The text was updated successfully, but these errors were encountered:
No branches or pull requests
参考 https://elkeid.bytedance.com/docs/elkeidup/expansion-zh_CN.html
这个文档
改了config.yaml
agent_center:
install: true
grpc_conn_limit: 10000 # 单个AC的最大连接数限制
quota: 10C50G
ssh_host:
- 1.1.1.1
改成了
agent_center:
install: true
grpc_conn_limit: 10000 # 单个AC的最大连接数限制
quota: 10C50G
ssh_host:
- 1.1.1.1
- 2.2.2.2
然后执行 elkeidup reinstall --component AgentCenter --re-init
发现2.2.2.2上并没有agentcenter 咋回事
The text was updated successfully, but these errors were encountered: