mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
add info for possible failed listAndWatch grpc call
This commit is contained in:
parent
fddb3adcfd
commit
45d18acbcc
@ -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