mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
website: command updates for output
This commit is contained in:
@@ -45,6 +45,6 @@ Monitor an existing evaluation
|
||||
$ nomad eval-monitor 8262bc83-3be0-2894-237c-c06ab5e14785
|
||||
==> Monitoring evaluation "8262bc83-3be0-2894-237c-c06ab5e14785"
|
||||
Allocation "bd6bd0de-1c97-1e6c-ab8b-106618a0393c" created: node "6f299da5-8e4e-0e48-93f4-f544f4b948a8", group "group1"
|
||||
Evaluation status changed: "" -> "complete"
|
||||
Evaluation status changed: "pending" -> "complete"
|
||||
==> Evaluation "8262bc83-3be0-2894-237c-c06ab5e14785" finished with status "complete"
|
||||
```
|
||||
|
||||
@@ -51,7 +51,6 @@ Schedule the job contained in the file `job1.nomad`, monitoring placement:
|
||||
$ nomad run job1.nomad
|
||||
==> Monitoring evaluation "52dee78a-a1f0-95c9-81a5-95b4cbe7f6f8"
|
||||
Allocation "5e0b39f0-5e69-6fec-d17b-4b8b7d922cc8" created: node "3e84d3d2-8500-42a3-9d1b-7ad88913352b", group "group1"
|
||||
Evaluation status changed: "" -> "pending"
|
||||
Allocation "5e0b39f0-5e69-6fec-d17b-4b8b7d922cc8" status changed: "pending" -> "running"
|
||||
Evaluation status changed: "pending" -> "complete"
|
||||
==> Evaluation "52dee78a-a1f0-95c9-81a5-95b4cbe7f6f8" finished with status "complete"
|
||||
@@ -73,7 +72,6 @@ $ nomad run failing.nomad
|
||||
Scheduling error for group "group1" (failed to find a node for placement)
|
||||
Allocation "a739288e-547a-cd26-1355-e92ca10f165c" status "failed" (1/1 nodes filtered)
|
||||
* Constraint "$attr.kernel.name = linux" filtered 1 nodes
|
||||
Evaluation status changed: "" -> "pending"
|
||||
Evaluation status changed: "pending" -> "complete"
|
||||
==> Evaluation "0d7447d9-43fd-4994-6812-500c93c08fce" finished with status "complete"
|
||||
```
|
||||
|
||||
@@ -42,7 +42,6 @@ Stop the job with ID "job1":
|
||||
```
|
||||
$ nomad stop job1
|
||||
==> Monitoring evaluation "43bfe672-e9a2-1cb8-457a-4c2dca5ce1c7"
|
||||
Evaluation status changed: "" -> "pending"
|
||||
Evaluation status changed: "pending" -> "complete"
|
||||
==> Evaluation "43bfe672-e9a2-1cb8-457a-4c2dca5ce1c7" finished with status "complete"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user