diff --git a/pkg/agent/clientset.go b/pkg/agent/clientset.go index 304cc6ec8..0bec82809 100644 --- a/pkg/agent/clientset.go +++ b/pkg/agent/clientset.go @@ -162,6 +162,7 @@ func (cc *ClientSetConfig) NewAgentClientSet(drainCh, stopCh <-chan struct{}) *C drainCh: drainCh, stopCh: stopCh, respectReceivedServerCount: true, + serverCounter: servercounter.StaticServerCounter(0), } }