mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Merge pull request #102829 from snowplayfire/update-devicemanager
Add resource capacity to ListAndWatch grpc logging
This commit is contained in:
commit
3bd29bc53d
@ -109,7 +109,7 @@ func (e *endpointImpl) run() {
|
||||
}
|
||||
|
||||
devs := response.Devices
|
||||
klog.V(2).InfoS("State pushed for device plugin", "resourceName", e.resourceName)
|
||||
klog.V(2).InfoS("State pushed for device plugin", "resourceName", e.resourceName, "resourceCapacity", len(devs))
|
||||
|
||||
var newDevs []pluginapi.Device
|
||||
for _, d := range devs {
|
||||
|
Loading…
Reference in New Issue
Block a user