Merge pull request #38253 from oscr/concepts-extend-kuberenetes-device-plugins-spelling-partilar
[en] fix spelling error in Device Plugins concept page
This commit is contained in:
commit
7d8515ae24
|
|
@ -253,7 +253,7 @@ message ContainerDevices {
|
||||||
```
|
```
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
cpu_ids in the `ContainerResources` in the `List` endpoint correspond to exclusive CPUs allocated
|
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
|
endpoint needs to be used in conjunction with the `GetAllocatableResources` endpoint as explained
|
||||||
below:
|
below:
|
||||||
1. Call `GetAllocatableResources` to get a list of all the allocatable CPUs
|
1. Call `GetAllocatableResources` to get a list of all the allocatable CPUs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue