diff --git a/cli/internal/cmd/init.go b/cli/internal/cmd/init.go index ce8613ff8..1781b13a5 100644 --- a/cli/internal/cmd/init.go +++ b/cli/internal/cmd/init.go @@ -237,7 +237,7 @@ func (i *initCmd) initialize( if errors.As(err, &nonRetriable) { cmd.PrintErrln("Cluster initialization failed. This error is not recoverable.") cmd.PrintErrln("Terminate your cluster and try again.") - cmd.PrintErrf("The cluster logs were saved to %q\n", constants.ErrorLog) + cmd.PrintErrf("Fetched bootstrapper logs are stored in %q\n", i.pf.PrefixPrintablePath(constants.ErrorLog)) } return err } diff --git a/docs/docs/workflows/create.md b/docs/docs/workflows/create.md index 494def766..d65af1148 100644 --- a/docs/docs/workflows/create.md +++ b/docs/docs/workflows/create.md @@ -93,3 +93,7 @@ export KUBECONFIG="$PWD/constellation-admin.conf" ``` 🏁 That's it. You've successfully created a Constellation cluster. + + +### Troubleshooting +In case `init` fails, the CLI collects logs from the bootstrapping instance and stores them inside `constellation-cluster.log`.