Skip to content

Commit f9b3bc8

Browse files
authored
Update testing-how-to.md
1 parent 3fc3f1e commit f9b3bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/vendor/testing-how-to.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To create a cluster using the Replicated CLI:
3737
1. Run the following command to create a cluster:
3838

3939
```
40-
replicated cluster create --name NAME --distribution K8S_DISTRO --version K8S_VERSION --disk DISK_SIZE --instance-type INSTANCE_TYPE
40+
replicated cluster create --name NAME --distribution K8S_DISTRO --version K8S_VERSION --disk DISK_SIZE --instance-type INSTANCE_TYPE [--license-id LICENSE_ID]
4141
```
4242
Where:
4343
* `NAME` is any name for the cluster. If `--name` is excluded, a name is automatically generated for the cluster.
@@ -47,7 +47,7 @@ To create a cluster using the Replicated CLI:
4747
* For kURL cluster types, `--verison` is the `"latest"` kURL Installer ID by default. Otherwise, to specify a different kURL Installer, set `--version` to the kURL Installer ID.
4848
* `DISK_SIZE` is the disk size (GiB) to request per node.
4949
* `INSTANCE_TYPE` is the instance type to use for each node.
50-
* (Embedded Cluster only) `License ID` - A valid customer license is required to create an Embedded Cluster and can be passed as `--license-id [value]`.
50+
* (Embedded Cluster Only) `LICENSE_ID` is a valid customer license. Required to create an Embedded Cluster.
5151

5252
For command usage and additional optional flags, see [cluster create](/reference/replicated-cli-cluster-create).
5353

0 commit comments

Comments
 (0)