You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using the Docker "latest" image tag for our staging environment deployment. The deployment is started with the parameters -force -ignore-no-changes and technically it works out perfectly fine, but if a task is already running Nomad recognized the new deployment version but doesn't restart the task since there's no change in the config.
Output of levant version:
0.3.0
Output of nomad version:
1.1.0
Suggestion:
Add a parameter to force a restart of a task regardless of any changes.
The text was updated successfully, but these errors were encountered:
Restart after deploy with no changes
We're using the Docker "latest" image tag for our staging environment deployment. The deployment is started with the parameters -force -ignore-no-changes and technically it works out perfectly fine, but if a task is already running Nomad recognized the new deployment version but doesn't restart the task since there's no change in the config.
Output of
levant version
:Output of
nomad version
:Suggestion:
Add a parameter to force a restart of a task regardless of any changes.
The text was updated successfully, but these errors were encountered: