Updating kube-proxy logging levels to assist debugging.

This commit is contained in:
Vishnu Kannan
2015-04-03 20:19:52 +00:00
parent 3d1dfd47ee
commit eb1c453a9a
2 changed files with 4 additions and 4 deletions

View File

@@ -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)
}