Files
nomad/client
Lasse Dalegaard 3dafacdd72 Use rkt prepare + run-prepared instead of run.
The rkt driver currently executes run and asks that the pod UUID is
written to a file that is then polled for changes for up to five
seconds. Many container fetches will take longer than this, so this
method will often not be able to track the pod UUID reliably.

To avoid this problem, rkt allows pods to be first prepared, which will
return their UUID, and then run as a second invocation.

Here we convert the rkt driver's Start method to use this method
instead. This way, the UUID will always be tracked correctly.
2017-09-21 00:17:31 +02:00
..
2017-07-06 10:45:44 -07:00
2017-07-18 12:19:57 -07:00
2017-02-14 17:34:05 -08:00
2017-08-15 12:23:29 -07:00
2017-08-16 16:26:52 -07:00
2017-08-15 10:37:02 -07:00
2017-09-11 10:30:59 -07:00
2017-09-14 14:08:58 -07:00
2017-05-03 11:15:30 -07:00
2017-05-03 11:15:30 -07:00