Skip to content

Commit

Permalink
Merge pull request kubernetes#15 from bergwolf/debug
Browse files Browse the repository at this point in the history
print when podconfig is sent to main loop
  • Loading branch information
bergwolf authored Jul 7, 2016
2 parents d38e907 + 5497807 commit 4d6b22d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kubelet/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ func (s *podStorage) Merge(source string, change interface{}) error {
// deliver update notifications
switch s.mode {
case PodConfigNotificationIncremental:
glog.V(5).Infof("Sending PodConfigNotification: deletes(%d) adds(%d) updates(%d) reconciles(%d)", len(deletes.Pods), len(adds.Pods), len(updates.Pods), len(reconciles.Pods))
if len(deletes.Pods) > 0 {
s.updates <- *deletes
}
Expand Down

0 comments on commit 4d6b22d

Please sign in to comment.