diff --git a/docs/develop/design.md b/docs/develop/design.md index 1f10c7f0f5..28dc220391 100644 --- a/docs/develop/design.md +++ b/docs/develop/design.md @@ -6,7 +6,7 @@ The architecture of HAMi is shown in the figure above. It is organized in the fo - MutatingWebhook -The MutatingWebhook checks the validity of each task, and set the "schedulerName" to "HAMi scheduler" if the resource requests have been recognized by HAMi +The MutatingWebhook checks the validity of each task, and set the "schedulerName" to "HAMi scheduler" if the resource limits have been recognized by HAMi If Not, the MutatingWebhook does nothing and pass this task to default-scheduler. - Scheduler