agent
agent copied to clipboard
feat(agent): including new option to disable auto cluster mode
Mentioned on issue https://github.com/portainer/agent/issues/341
I couldn't wait and built version 2.15.1 with the proposed fix: docker pull ghcr.io/madpeteguy/portainer_agent:2.15.1
The agent starts but after quick tests I found that it is not able to manage networks or even display a list of existing networks.
Log says:
http error: Agent management is not available when running the agent on a standalone engine (err=Agent management is disabled) (code=503)
It looks like disabling swarm mode requires more changes.