Skip to content

Commit 5371788

Browse files
nate-mooDmitriyMV
authored andcommitted
fix: typo in documentation
`requests` -> `resources` Signed-off-by: naed3r <[email protected]> Signed-off-by: Dmitriy Matrenichev <[email protected]>
1 parent 8a228ba commit 5371788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/v1.8/kubernetes-guides/configuration/device-plugins.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Now that the device plugin is deployed, you can deploy a pod that requests the d
103103
The request for the device is specified as a [resource](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) in the pod spec.
104104

105105
```yaml
106-
requests:
106+
resources:
107107
limits:
108108
squat.ai/tun: "1"
109109
```

0 commit comments

Comments
 (0)