Clarify the API to check for device plugins
This commit is contained in:
@@ -31,7 +31,7 @@ A device plugin can register itself with the kubelet through this gRPC service.
|
|||||||
During the registration, the device plugin needs to send:
|
During the registration, the device plugin needs to send:
|
||||||
|
|
||||||
* The name of its Unix socket.
|
* The name of its Unix socket.
|
||||||
* The API version against which it was built.
|
* The Device Plugin API version against which it was built.
|
||||||
* The `ResourceName` it wants to advertise. Here `ResourceName` needs to follow the
|
* The `ResourceName` it wants to advertise. Here `ResourceName` needs to follow the
|
||||||
[extended resource naming scheme](https://github.com/kubernetes/kubernetes/pull/48922)
|
[extended resource naming scheme](https://github.com/kubernetes/kubernetes/pull/48922)
|
||||||
as `vendor-domain/resource`.
|
as `vendor-domain/resource`.
|
||||||
|
|||||||
Reference in New Issue
Block a user