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
@@ -57,7 +58,7 @@ Get the job definition by searching for the following attributes by using the se
57
58
*`name`: Name of a job.
58
59
*`command`: Command to execute.
59
60
*`any`: Search term contained in `name` or `command`.
60
-
*
61
+
*
61
62
* Endpoint: __/scheduler/jobs/search__
62
63
* Method: __GET__
63
64
* Example: `curl -L -X GET chronos-node:8080/scheduler/jobs/search?name=request_event_counter_hourly`
@@ -388,6 +389,9 @@ When specifying the `command` field in your job hash, use `url-runner.bash` (mak
388
389
389
390
## Constraints
390
391
392
+
These constraints will currently only work against attributes that are specifically set on the Mesos slaves [as described in the Mesos documentation](http://mesos.apache.org/documentation/latest/configuration).
393
+
(i.e. the `hostname` attribute is not currently automatically available for constraints [as it is in Marathon](https://mesosphere.github.io/marathon/docs/constraints))
394
+
391
395
### EQUALS constraint
392
396
393
397
Schedule a job on nodes that share a common attribute.
0 commit comments