From 226950be5d287e11881a77794b4e3ad7a9e0977e Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Tue, 28 Jan 2025 20:26:45 -0500 Subject: [PATCH] remove prefix from installation name --- cmd/installer/cli/install2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/installer/cli/install2.go b/cmd/installer/cli/install2.go index b8992b111..67b49b58e 100644 --- a/cmd/installer/cli/install2.go +++ b/cmd/installer/cli/install2.go @@ -490,7 +490,7 @@ func recordInstallation(ctx context.Context, flags Install2CmdFlags, k0sCfg *k0s Kind: "Installation", }, ObjectMeta: metav1.ObjectMeta{ - Name: fmt.Sprintf("embedded-cluster-installation-%s", time.Now().Format("20060102150405")), + Name: time.Now().Format("20060102150405"), }, Spec: ecv1beta1.InstallationSpec{ ClusterID: metrics.ClusterID().String(),