Skip to content

Commit

Permalink
remove prefix from installation name
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Jan 29, 2025
1 parent c107c59 commit 226950b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/installer/cli/install2.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 226950b

Please sign in to comment.