Merge pull request from oscr/concepts-extend-kuberenetes-device-plugins-spelling-partilar

[en] fix spelling error in Device Plugins concept page
pull/38280/head
Kubernetes Prow Robot 2022-12-05 04:21:02 -08:00 committed by GitHub
commit 7d8515ae24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
content/en/docs/concepts/extend-kubernetes/compute-storage-net

View File

@ -253,7 +253,7 @@ message ContainerDevices {
```
{{< note >}}
cpu_ids in the `ContainerResources` in the `List` endpoint correspond to exclusive CPUs allocated
to a partilar container. If the goal is to evaluate CPUs that belong to the shared pool, the `List`
to a particular container. If the goal is to evaluate CPUs that belong to the shared pool, the `List`
endpoint needs to be used in conjunction with the `GetAllocatableResources` endpoint as explained
below:
1. Call `GetAllocatableResources` to get a list of all the allocatable CPUs