Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #808 from hzxuzhonghu/patch-2
Browse files Browse the repository at this point in the history
Update tutorial.md
  • Loading branch information
k8s-ci-robot authored Apr 19, 2019
2 parents 00b0530 + 15ac023 commit 63b4dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/usage/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ tiers:
The `actions` is a list of actions that will be executed by kube-batch in order, although the "order" maybe incorrect; the kube-batch do not enforce that. In above example, `allocate, backfill` will be executed in order by kube-batch.

The `plugins` is a list of plugins that will be used by related actions, e.g. allocate. It includes several tiers of plugin list by names; if it fix plugins in high priority tier, the action will not go through the plugins in lower priority tiers. In each tier, it's considered passed if all plugins are fitted in `plugins.names`.
The `plugins` is a list of plugins that will be used by related actions, e.g. allocate. It includes several tiers of plugin list by names; if it fit plugins in high priority tier, the action will not go through the plugins in lower priority tiers. In each tier, it's considered passed if all plugins are fitted in `plugins.names`.

multiple tiers for plugins is introduced into kube-batch, high priority jobs will take all resources it need; if priority equal, shares resource by DRF.

Expand Down

0 comments on commit 63b4dbc

Please sign in to comment.