We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7bd24d commit bcc8b8bCopy full SHA for bcc8b8b
pkg/agent/clientset.go
@@ -152,9 +152,6 @@ type ClientSetConfig struct {
152
}
153
154
func (cc *ClientSetConfig) NewAgentClientSet(drainCh, stopCh <-chan struct{}) *ClientSet {
155
- if cc.SyncForever && cc.ServerLeaseCounter != nil {
156
- klog.Warning("sync forever was enabled even though a server lease counter was provided; this may result in unnecessary connection requests")
157
- }
158
return &ClientSet{
159
clients: make(map[string]*Client),
160
agentID: cc.AgentID,
0 commit comments