Skip to content

Commit

Permalink
Remove misleading log (#2802)
Browse files Browse the repository at this point in the history
Fix #2797

Signed-off-by: David Gageot <david@gageot.net>
  • Loading branch information
dgageot authored Sep 4, 2019
1 parent b4ba29a commit 3fd5dd1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/skaffold/sync/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,7 @@ func Perform(ctx context.Context, image string, files syncMap, cmdFn func(contex
}

for _, p := range pods.Items {

if p.Status.Phase != v1.PodRunning {
logrus.Infof("Skipping sync with pod %s because it's not running", p.Name)
continue
}

Expand Down

0 comments on commit 3fd5dd1

Please sign in to comment.