mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-28 09:44:08 -04:00
Remove service provider in CLI commands in docs
This commit is contained in:
parent
46c461c23e
commit
c9c954c675
3 changed files with 4 additions and 56 deletions
|
@ -157,23 +157,10 @@ The following steps will guide you through the process of creating a cluster and
|
|||
|
||||
4. Create the cluster with one control-plane node and two worker nodes. `constellation create` uses options set in `constellation-conf.yaml` automatically.
|
||||
|
||||
<tabs>
|
||||
<tabItem value="azure" label="Azure" default>
|
||||
|
||||
```bash
|
||||
constellation create azure --control-plane-nodes 1 --worker-nodes 2 -y
|
||||
constellation create --control-plane-nodes 1 --worker-nodes 2 -y
|
||||
```
|
||||
|
||||
</tabItem>
|
||||
<tabItem value="gcp" label="GCP">
|
||||
|
||||
```bash
|
||||
constellation create gcp --control-plane-nodes 1 --worker-nodes 2 -y
|
||||
```
|
||||
|
||||
</tabItem>
|
||||
</tabs>
|
||||
|
||||
This should give the following output:
|
||||
|
||||
```shell-session
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue