mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-28 09:44:08 -04:00
Remove --instance-type from constellation create in docs
This commit is contained in:
parent
c0bfb9b61e
commit
50bde9173f
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue