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`
@@ -386,6 +387,9 @@ When specifying the `command` field in your job hash, use `url-runner.bash` (mak
386
387
387
388
## Constraints
388
389
390
+
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).
391
+
(i.e. the `hostname` attribute is not currently automatically available for constraints [as it is in Marathon](https://mesosphere.github.io/marathon/docs/constraints))
392
+
389
393
### EQUALS constraint
390
394
391
395
Schedule a job on nodes that share a common attribute.
0 commit comments