diff --git a/internal/cmd/local/local/install.go b/internal/cmd/local/local/install.go index d6abad9..b6c1ee8 100644 --- a/internal/cmd/local/local/install.go +++ b/internal/cmd/local/local/install.go @@ -318,8 +318,6 @@ func (c *Command) diagnoseAirbyteChartFailure(ctx context.Context, chartErr erro var errors []string for _, pod := range podList.Items { - c.tel.Attr(fmt.Sprintf("pod-%s-phase", pod.Name), string(pod.Status.Phase)) - if pod.Status.Phase == corev1.PodFailed { msg := "unknown"