mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-19 19:54:22 -04:00
docs: document constellation-cluster.log file (#2285)
This commit is contained in:
parent
0f4bd8296b
commit
19893c565e
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue