mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-25 16:25:21 -04:00
Wrap references to mini Constellation in tip boxes (#221)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
ff25593f7e
commit
7f96b82288
2 changed files with 6 additions and 1 deletions
|
@ -2,7 +2,10 @@
|
||||||
|
|
||||||
The following steps guide you through the process of creating a cluster and deploying a sample app. This example assumes that you have successfully [installed and set up Constellation](install.md),
|
The following steps guide you through the process of creating a cluster and deploying a sample app. This example assumes that you have successfully [installed and set up Constellation](install.md),
|
||||||
and have access to a cloud subscription.
|
and have access to a cloud subscription.
|
||||||
For setting up a local Constellation cluster, check out [mini Constellation](mini-constellation.md).
|
|
||||||
|
:::tip
|
||||||
|
If you don't have a cloud subscription, check out [mini Constellation](mini-constellation.md), which lets you set up a local Constellation cluster using virtualization.
|
||||||
|
:::
|
||||||
|
|
||||||
## Create a cluster
|
## Create a cluster
|
||||||
|
|
||||||
|
|
|
@ -102,7 +102,9 @@ The CLI supports autocompletion for various shells. To set it up, run `constella
|
||||||
|
|
||||||
The CLI makes authenticated calls to the CSP API. Therefore, you need to set up Constellation with the credentials for your CSP.
|
The CLI makes authenticated calls to the CSP API. Therefore, you need to set up Constellation with the credentials for your CSP.
|
||||||
|
|
||||||
|
:::tip
|
||||||
If you don't have a cloud subscription, you can try [mini Constellation](mini-constellation.md), which lets you set up a local Constellation cluster using virtualization.
|
If you don't have a cloud subscription, you can try [mini Constellation](mini-constellation.md), which lets you set up a local Constellation cluster using virtualization.
|
||||||
|
:::
|
||||||
|
|
||||||
### Required permissions
|
### Required permissions
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue