Skip to content

Commit 6e3edc4

Browse files
authored
remove 'Types created!' line (#1847)
1 parent 31bd3c3 commit 6e3edc4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cmd/installer/cli/install.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -898,10 +898,6 @@ func waitForK0s() error {
898898
}
899899

900900
func recordInstallation(ctx context.Context, kcli client.Client, flags InstallCmdFlags, k0sCfg *k0sv1beta1.ClusterConfig, disasterRecoveryEnabled bool) (*ecv1beta1.Installation, error) {
901-
loading := spinner.Start()
902-
defer loading.Close()
903-
loading.Infof("Creating types")
904-
905901
// ensure that the embedded-cluster namespace exists
906902
if err := createECNamespace(ctx, kcli); err != nil {
907903
return nil, fmt.Errorf("create embedded-cluster namespace: %w", err)
@@ -965,7 +961,6 @@ func recordInstallation(ctx context.Context, kcli client.Client, flags InstallCm
965961
return nil, fmt.Errorf("set installation state to KubernetesInstalled: %w", err)
966962
}
967963

968-
loading.Infof("Types created!")
969964
return installation, nil
970965
}
971966

0 commit comments

Comments
 (0)