diff --git a/clustertool/pkg/kubectlcmds/checkstatus.go b/clustertool/pkg/kubectlcmds/checkstatus.go index 35cc3f9edc2..7a62d3897d5 100644 --- a/clustertool/pkg/kubectlcmds/checkstatus.go +++ b/clustertool/pkg/kubectlcmds/checkstatus.go @@ -45,7 +45,6 @@ func CheckStatus(requiredPods []string, excludePod []string, timeout time.Durati pods, err := clientset.CoreV1().Pods("").List(context.TODO(), metav1.ListOptions{}) if err != nil { log.Error().Err(err).Msg("Error listing pods") - return fmt.Errorf("error listing pods: %w", err) } // Check if the required pods are both present and running