mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-28 17:54:09 -04:00
Update wording for MiniConstellation in docs (#241)
This commit is contained in:
parent
50cff97ec5
commit
c7010f76ca
11 changed files with 37 additions and 33 deletions
|
@ -4,7 +4,7 @@ The following steps guide you through the process of creating a cluster and depl
|
|||
and have access to a cloud subscription.
|
||||
|
||||
:::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.
|
||||
If you don't have a cloud subscription, check out [MiniConstellation](mini-constellation.md), which lets you set up a local Constellation cluster using virtualization.
|
||||
:::
|
||||
|
||||
## Create a cluster
|
||||
|
|
|
@ -103,7 +103,7 @@ 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.
|
||||
|
||||
:::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 [MiniConstellation](mini-constellation.md), which lets you set up a local Constellation cluster using virtualization.
|
||||
:::
|
||||
|
||||
### Required permissions
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Mini Constellation
|
||||
# MiniConstellation
|
||||
|
||||
With `constellation mini`, you can deploy and test Constellation locally without a cloud subscription.
|
||||
|
||||
|
@ -6,7 +6,7 @@ The command uses virtualization to create a local cluster with one control-plane
|
|||
|
||||
:::info
|
||||
|
||||
Since mini Constellation is running on your local system, common cloud features, such as load-balancing,
|
||||
Since MiniConstellation is running on your local system, common cloud features, such as load-balancing,
|
||||
attaching persistent storage, or autoscaling, are unavailable.
|
||||
|
||||
:::
|
||||
|
@ -40,7 +40,7 @@ attaching persistent storage, or autoscaling, are unavailable.
|
|||
|
||||
## Create your cluster
|
||||
|
||||
Setting up your mini Constellation cluster is as easy as running the following command:
|
||||
Setting up your MiniConstellation cluster is as easy as running the following command:
|
||||
|
||||
```bash
|
||||
constellation mini up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue