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 4174410 commit d96c292
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ service PodResourcesLister {
}
```

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

Expand Down Expand Up @@ -311,4 +311,3 @@ Here are some examples of device plugin implementations:
* Learn about [advertising extended resources](/docs/tasks/administer-cluster/extended-resource-node/) on a node
* 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 d96c292

Please sign in to comment.