Update alloc.html.md

Updating the Allocation documentation page.
Issue: https://github.com/hashicorp/nomad/issues/1190
This commit is contained in:
Henrique M. Gontijo 2016-05-28 21:49:34 -07:00
parent bc81cae12c
commit 540061da86

View file

@ -253,7 +253,13 @@ be specified using the `?region=` query parameter.
driver. driver.
* `Started` - The task was started; either for the first time or due to a * `Started` - The task was started; either for the first time or due to a
restart. restart.
* `Terminated` - The task terminated. * `Terminated` - The task was started and exited.
* `Killed` - The task was killed by the user. * `Killed` - The task was killed by an user.
* `Received` - The task has been pulled by the client at the given timestamp.
* `Failed Validation` - The task was invalid and as such it didn't run.
* `Restarting` - The task terminated and is being restarted.
* `Not Restarting` - the task has failed and is not being restarted because it has exceeded its restart policy.
* `Downloading Artifacts` - The task is downloading the artifact(s) specified in the task.
* `Failed Artifact Download` - Artifact(s) specified in the task failed to download.
Depending on the type the event will have applicable annotations. Depending on the type the event will have applicable annotations.