This commit is contained in:
Nirusu 2022-09-02 14:06:58 +00:00 committed by Nils Hanke
parent f733ba5d6e
commit 913711a0fe

View File

@ -14,6 +14,7 @@ Commands:
* [config](#constellation-config): Work with the Constellation configuration file
* [generate](#constellation-generate): Generate a default configuration file
* [fetch-measurements](#constellation-fetch-measurements): Fetch measurements for configured cloud provider and image
* [instance-types](#constellation-instance-types): Prints the supported instance types for all cloud providers
* [create](#constellation-create): Create instances on a cloud platform for your Constellation cluster
* [init](#constellation-init): Initialize the Constellation cluster
* [verify](#constellation-verify): Verify the confidential properties of a Constellation cluster
@ -95,6 +96,30 @@ constellation config fetch-measurements [flags]
--config string path to the configuration file (default "constellation-conf.yaml")
```
## constellation config instance-types
Prints the supported instance types for all cloud providers
### Synopsis
Prints the supported instance types for all cloud providers.
```
constellation config instance-types [flags]
```
### Options
```
-h, --help help for instance-types
```
### Options inherited from parent commands
```
--config string path to the configuration file (default "constellation-conf.yaml")
```
## constellation create
Create instances on a cloud platform for your Constellation cluster
@ -112,7 +137,6 @@ constellation create {aws|azure|gcp} [flags]
```
-c, --control-plane-nodes int number of control-plane nodes (required)
-h, --help help for create
-t, --instance-type string instance type of cluster nodes
--name string create the cluster with the specified name (default "constell")
-w, --worker-nodes int number of worker nodes (required)
-y, --yes create the cluster without further confirmation