From 5371788ce169a0381e08f0d902ac81f3f89ba5bd Mon Sep 17 00:00:00 2001 From: naed3r <40650681+nate-moo@users.noreply.github.com> Date: Thu, 10 Oct 2024 23:49:22 -0600 Subject: [PATCH] fix: typo in documentation `requests` -> `resources` Signed-off-by: naed3r <40650681+nate-moo@users.noreply.github.com> Signed-off-by: Dmitriy Matrenichev --- .../v1.8/kubernetes-guides/configuration/device-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/v1.8/kubernetes-guides/configuration/device-plugins.md b/website/content/v1.8/kubernetes-guides/configuration/device-plugins.md index a2026a035a..cc7626882c 100644 --- a/website/content/v1.8/kubernetes-guides/configuration/device-plugins.md +++ b/website/content/v1.8/kubernetes-guides/configuration/device-plugins.md @@ -103,7 +103,7 @@ Now that the device plugin is deployed, you can deploy a pod that requests the d The request for the device is specified as a [resource](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) in the pod spec. ```yaml -requests: +resources: limits: squat.ai/tun: "1" ```