Skip to content

Commit

Permalink
Merge pull request kubernetes#29844 from ZTE-PaaS/zhangke-patch-013
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

make the removing pods log standardized
  • Loading branch information
Kubernetes Submit Queue authored Aug 4, 2016
2 parents 44c8ed1 + e143c38 commit 07b650e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubelet/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ func (s *podStorage) merge(source string, change interface{}) (adds, updates, de
updatePodsFunc(update.Pods, pods, pods)

case kubetypes.REMOVE:
glog.V(4).Infof("Removing a pod %v", update)
glog.V(4).Infof("Removing pods from source %s : %v", source, update.Pods)
for _, value := range update.Pods {
name := kubecontainer.GetPodFullName(value)
if existing, found := pods[name]; found {
Expand Down

0 comments on commit 07b650e

Please sign in to comment.