Skip to content

Commit

Permalink
Update content/en/docs/concepts/extend-kubernetes/compute-storage-net…
Browse files Browse the repository at this point in the history
…/device-plugins.md

Co-authored-by: Tim Bannister <[email protected]>
  • Loading branch information
2 people authored and ffromani committed Mar 26, 2021
1 parent dff3e83 commit 4174410
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ service PodResourcesLister {

List endpoint provides information on resources of running pods with details such as
id of exclusively allocated CPUs, device id as it was reported by device plugins and id of
NUMA node where these devices are allocated.
the NUMA node where these devices are allocated.

```gRPC
// ListPodResourcesResponse is the response returned by List function
Expand Down Expand Up @@ -312,4 +312,3 @@ Here are some examples of device plugin implementations:
* Read about using [hardware acceleration for TLS ingress](https://kubernetes.io/blog/2019/04/24/hardware-accelerated-ssl/tls-termination-in-ingress-controllers-using-kubernetes-device-plugins-and-runtimeclass/) with Kubernetes
* Learn about the [Topology Manager](/docs/tasks/administer-cluster/topology-manager/)


0 comments on commit 4174410

Please sign in to comment.