mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
terraform: openstack node groups (#1966)
* openstack * rename to base_name * fix openstack boot vtpm * add docs for accessing bootstrapper logs * rename to initial count
This commit is contained in:
parent
d43242a55f
commit
c39df2f7da
9 changed files with 141 additions and 125 deletions
|
@ -1,6 +1,9 @@
|
|||
# Creating a Debug cluster
|
||||
# Debug cluster
|
||||
|
||||
A debug cluster allows quicker iteration cycles during development by being able to upload new bootstrapper binaries through the `cdbg` tool.
|
||||
Furthermore, a debug cluster allows you to access the bootstrapper logs through the cloud providers serial console.
|
||||
|
||||
## Creating a debug cluster
|
||||
|
||||
After building (see [here](./build-develop-deploy.md#build)), you can find all CLIs and binaries in the `build` directory.
|
||||
|
||||
|
@ -44,3 +47,11 @@ Finally run:
|
|||
```sh
|
||||
./constellation init
|
||||
```
|
||||
|
||||
## Access bootstrapper logs
|
||||
|
||||
Once logged in to the control-plane machine, execute:
|
||||
|
||||
```sh
|
||||
journalctl -fu constellation-bootstrapper
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue