mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Updating kube-proxy logging levels to assist debugging.
This commit is contained in:
@@ -360,7 +360,7 @@ func (proxier *Proxier) SyncLoop() {
|
||||
for {
|
||||
select {
|
||||
case <-time.After(syncInterval):
|
||||
glog.V(2).Infof("Periodic sync")
|
||||
glog.V(3).Infof("Periodic sync")
|
||||
if err := iptablesInit(proxier.iptables); err != nil {
|
||||
glog.Errorf("Failed to ensure iptables: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user