mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-10 21:49:48 -05:00
docs: refer to apply command instead of init or upgrade apply (#2487)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
fff35bdb2a
commit
f4bfbe3564
18 changed files with 49 additions and 40 deletions
|
|
@ -5,7 +5,7 @@ The debugd gets embedded into OS images at the place where the bootstrapper norm
|
|||
Therefore, when a debug image is started, the debugd starts executing instead of the bootstrapper.
|
||||
The debugd will then wait for a request from the `cdbg` tool to upload a bootstrapper binary.
|
||||
Once the upload is finished debugd will start the bootstrapper.
|
||||
Subsequently you can initialize your cluster with `constellation init` as usual.
|
||||
Subsequently you can initialize your cluster with `constellation apply` as usual.
|
||||
|
||||
## Build cdbg
|
||||
|
||||
|
|
@ -45,7 +45,7 @@ With `cdbg` and `yq` installed in your path:
|
|||
|
||||
By default, `cdbg` searches for the bootstrapper in the current path (`./bootstrapper`). You can define a custom path by appending the argument `--bootstrapper <path to bootstrapper>` to `cdbg deploy`.
|
||||
|
||||
6. Run `constellation init […]` as usual
|
||||
6. Run `constellation apply […]` as usual
|
||||
|
||||
### Logcollection to Opensearch
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue