Skip to content

Commit

Permalink
Merge ac61ec3 into e049aca
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangpengzhao committed Jul 19, 2018
2 parents e049aca + ac61ec3 commit ff988b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knitter-agent/context/get_pod_action.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func (this *GetPodAction) Exec(transInfo *transdsl.TransInfo) (err error) {
}
if err != nil {
klog.Errorf("GetPod info error: %v", err)
return errors.New("GetPodAction:GetPod error")
//return errors.New("GetPodAction:GetPod error")
}

podObj, err := podobj.CreatePodObj(knitterObj.CniParam, monitorPod)
Expand Down

0 comments on commit ff988b8

Please sign in to comment.