0

I am trying to deploy to marathon an image already deployed and running.

The version used for this image is :latest.

The deployment is happening every two week, but marathon fail to reinstall the application because it does not see any configuration change.

I have tried to add forcePullImage: true to the json deployment plan but that didn't help.

Is it possible to force marathon to accept the deployment event if the configuration hasn't changed ?

Dimitri Kopriwa
  • 13,139
  • 27
  • 98
  • 204

1 Answers1

1

If the configuration hasn't changed only way to force application to reload is restart.

janisz
  • 6,292
  • 4
  • 37
  • 70