Remove service provider in CLI commands in docs

This commit is contained in:
Nils Hanke 2022-09-07 16:57:22 +02:00 committed by Nils Hanke
parent 46c461c23e
commit c9c954c675
3 changed files with 4 additions and 56 deletions

View file

@ -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