SaaShup / netbox-docker-agent

Agent for Netbox Docker Plugin
https://saashup.com
BSD 3-Clause "New" or "Revised" License
30 stars 1 forks source link

:lipstick: check if created is on image netbox-docker-agent #112

Closed lvenier closed 1 week ago

lvenier commented 1 week ago

Recreate action is also working for the agent itself when requested from the plugin. It can not work as first step to stop itself.

A switch is added in case we want to recreate the agent to skip this step and returns the callback.

I believe we can replace the skip by a proper agent upgrade but that would need more thinking and work. Lets first prevent agent stopped by skipping the agent upgrade.