From 0a7b3020d8bff1a893f09b7c4a264691a051eb3e Mon Sep 17 00:00:00 2001 From: Martin Polednik Date: Mon, 20 Nov 2017 15:22:54 +0100 Subject: [PATCH] typo fix in device_plugins concepts Signed-off-by: Martin Polednik --- docs/concepts/cluster-administration/device-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/cluster-administration/device-plugins.md b/docs/concepts/cluster-administration/device-plugins.md index eb689f535b..635c8232b2 100644 --- a/docs/concepts/cluster-administration/device-plugins.md +++ b/docs/concepts/cluster-administration/device-plugins.md @@ -49,7 +49,7 @@ Then, developers can request devices in a [Container](/docs/api-reference/{{page.version}}/#container-v1-core) specification by using the same process that is used for [opaque integer resources](/docs/tasks/configure-pod-container/opaque-integer-resource/). -In version 1.8, extended resources are spported only as integer resources and must have +In version 1.8, extended resources are supported only as integer resources and must have `limit` equal to `request` in the Container specification. ## Device plugin implementation