diff --git a/cmd/tapRunner.go b/cmd/tapRunner.go index 441028d0b..2eb21d326 100644 --- a/cmd/tapRunner.go +++ b/cmd/tapRunner.go @@ -193,6 +193,7 @@ func watchHubPod(ctx context.Context, kubernetesProvider *kubernetes.Provider, c ready.Lock() ready.Hub = true ready.Unlock() + log.Info().Str("pod", kubernetes.HubPodName).Msg("Ready.") } ready.Lock() @@ -282,6 +283,7 @@ func watchFrontPod(ctx context.Context, kubernetesProvider *kubernetes.Provider, ready.Lock() ready.Front = true ready.Unlock() + log.Info().Str("pod", kubernetes.FrontPodName).Msg("Ready.") } ready.Lock()