mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +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
|
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
|
var newDevs []pluginapi.Device
|
||||||
for _, d := range devs {
|
for _, d := range devs {
|
||||||
|
Loading…
Reference in New Issue
Block a user