Skip to content

Commit c9d5ca4

Browse files
authored
Merge pull request #52 from chaitanya1731/doc
device_plugins: updated deploy_gpu.md readme
2 parents c265d3e + 8641241 commit c9d5ca4

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)