From 3fd5dd126727473ce940495d326534e328566015 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Wed, 4 Sep 2019 17:47:29 +0200 Subject: [PATCH] Remove misleading log (#2802) Fix #2797 Signed-off-by: David Gageot --- pkg/skaffold/sync/sync.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/skaffold/sync/sync.go b/pkg/skaffold/sync/sync.go index 8a726425547..d92475f4c86 100644 --- a/pkg/skaffold/sync/sync.go +++ b/pkg/skaffold/sync/sync.go @@ -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 }