chore(clustertool): clearify error message for rerun
This commit is contained in:
@@ -147,7 +147,7 @@ func genBaseFiles() error {
|
||||
log.Debug().Msg("Detected existing cluster, continuing")
|
||||
} else if os.IsNotExist(err) {
|
||||
createRunAgainFile()
|
||||
log.Warn().Msg("New cluster detected, creating clusterenv.yaml\n Please fill out ClusterEnv.yaml and run init again!")
|
||||
log.Warn().Msg("New cluster detected, creating clusterenv.yaml\n Please fill out ClusterEnv.yaml and run init again, after setting-up clusterenv.yaml!")
|
||||
} else {
|
||||
log.Fatal().Err(err).Msgf("Error checking clusterenv file: %s", err)
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user