fix-direct-link (#9179)

pull/9185/head
lovejoy 2018-06-21 15:35:09 +08:00 committed by k8s-ci-robot
parent 77f05f6174
commit 9034e1b2b4
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ During the registration, the device plugin needs to send:
* The name of its Unix socket.
* The Device Plugin API version against which it was built.
* The `ResourceName` it wants to advertise. Here `ResourceName` needs to follow the
[extended resource naming scheme](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#extended-resources)
[extended resource naming scheme](/docs/concepts/configuration/manage-compute-resources-container/#extended-resources)
as `vendor-domain/resource`.
For example, an Nvidia GPU is advertised as `nvidia.com/gpu`.