mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-11 07:29:29 -05:00
Remove --instance-type from constellation create in docs
This commit is contained in:
parent
c0bfb9b61e
commit
50bde9173f
@ -47,14 +47,14 @@ The following steps will guide you through the process of creating a cluster and
|
||||
<tabItem value="azure" label="Azure" default>
|
||||
|
||||
```bash
|
||||
constellation create azure --control-plane-nodes 1 --worker-nodes 2 --instance-type Standard_D4a_v4 -y
|
||||
constellation create azure --control-plane-nodes 1 --worker-nodes 2 -y
|
||||
```
|
||||
|
||||
</tabItem>
|
||||
<tabItem value="gcp" label="GCP" default>
|
||||
|
||||
```bash
|
||||
constellation create gcp --control-plane-nodes 1 --worker-nodes 2 --instance-type n2d-standard-2 -y
|
||||
constellation create gcp --control-plane-nodes 1 --worker-nodes 2 -y
|
||||
```
|
||||
|
||||
</tabItem>
|
||||
|
@ -60,14 +60,14 @@ The following command creates a cluster with one control-plane and two worker no
|
||||
<tabItem value="azure" label="Azure" default>
|
||||
|
||||
```bash
|
||||
constellation create azure --control-plane-nodes 1 --worker-nodes 2 --instance-type Standard_D4a_v4 -y
|
||||
constellation create azure --control-plane-nodes 1 --worker-nodes 2 -y
|
||||
```
|
||||
|
||||
</tabItem>
|
||||
<tabItem value="gcp" label="GCP" default>
|
||||
|
||||
```bash
|
||||
constellation create gcp --control-plane-nodes 1 --worker-nodes 2 --instance-type n2d-standard-2 -y
|
||||
constellation create gcp --control-plane-nodes 1 --worker-nodes 2 -y
|
||||
```
|
||||
|
||||
</tabItem>
|
||||
|
Loading…
Reference in New Issue
Block a user