How do I run agent in clustered mode?
-
Official comment
- stop the agent
- edit the config.json inside <bundle>/agent/config folder and set cluster to true.
{ "configRefreshPeriodMins":1, "connectorId":"HostedAgentID", "autoDownloadLib":false, "cluster":false }
if running on-premise docker, then:3. rebuild the docker image
4. start up the docker containerComment actions
Please sign in to leave a comment.
1 comment