Skip to content

Commit 8641241

Browse files
committed
device_plugins: updated deploy_gpu.md readme
Fixed typo signed-off-by: chaitanya1731 <chaitanya.kulkarni@intel.com>
1 parent c265d3e commit 8641241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

device_plugins/deploy_gpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gpudeviceplugin-sample 1 1 {"intel.feature.node.kubernetes.io/gpu
3131
# Using Intel Data Center GPU resource exclusively
3232
In this release, we only verified and support the single Intel GPU `i915` resource dedicated to the single workload pod. To achieve this, we set `sharedDevNum: 1` and `preferredAllocationPolicy: none` as default options.
3333
As the cluster administrator, use the [gpu_device_plugin.yaml](/device_plugins/gpu_device_plugin.yaml) provided from the previous section Create CR via CLI or use the default options from Create CR via web Console.
34-
As the application owner, when claiming the i915 release, make sure the resource limits and requests are set as shown below:
34+
As the application owner, when claiming the i915 resource, make sure the resource limits and requests are set as shown below:
3535
```
3636
spec:
3737
containers:

0 commit comments

Comments
 (0)