From b8c2122ce33891dcc28a94689d45cf5b403836b3 Mon Sep 17 00:00:00 2001 From: Rashi Chaubal <12rashic@gmail.com> Date: Wed, 8 Jan 2025 13:15:34 +0530 Subject: [PATCH] fixed client.go code - loft with vCluster platform 2381 Signed-off-by: Rashi Chaubal <12rashic@gmail.com> --- pkg/platform/helper.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/platform/helper.go b/pkg/platform/helper.go index e689b046fa..6d4c531633 100644 --- a/pkg/platform/helper.go +++ b/pkg/platform/helper.go @@ -580,7 +580,6 @@ func WaitForSpaceInstance(ctx context.Context, managementClient kube.Interface, if time.Now().After(nextMessage) { if logged { log.Infof(product.Replace("Cannot reach space because: %s (%s). Loft will continue waiting, but this operation may timeout"), spaceInstance.Status.Message, spaceInstance.Status.Reason) - } else { log.Info("Waiting for space to be available...") }