Skip to content

Commit

Permalink
hail mary
Browse files Browse the repository at this point in the history
  • Loading branch information
jarededwards committed Nov 19, 2024
1 parent b9728bb commit ef5ed60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/k8s/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ func (c *Client) WaitForKubernetesAPIHealthy(ctx context.Context, timeout time.D
return false, nil
}

return false, fmt.Errorf("error getting server version: %w", err)
return false, nil
}

return true, nil
Expand Down

0 comments on commit ef5ed60

Please sign in to comment.