Skip to content

Commit 3fc3f1e

Browse files
authored
docs edits
1 parent 06c2294 commit 3fc3f1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/vendor/testing-how-to.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ To create a cluster using the Replicated CLI:
4242
Where:
4343
* `NAME` is any name for the cluster. If `--name` is excluded, a name is automatically generated for the cluster.
4444
* `K8S_DISTRO` is the Kubernetes distribution for the cluster.
45-
* `K8S_VERSION` is the Kubernetes version for the cluster if creating a standard Cloud or VM based cluster.
46-
* When creating an Embedded Cluster type using `cluster create`, use of `--version` is optional, and the value passed should be the `Channel release sequence` value, otherwise the latest available release on the channel will be used.
47-
* When creating a kURL cluster type using `cluster create`, use of `--version` is optional, and the value passed should be the kURL Installer ID if not using "latest"
45+
* `K8S_VERSION` is the Kubernetes version for the cluster if creating a standard Cloud or VM-based cluster. If creating an Embedded Cluster or kURL cluster type,`--version` is optional:
46+
* For Embedded Cluster types, `--verison` is the latest available release on the channel by default. Otherwise, to specify a different release, set `--version` to the `Channel release sequence` value for the release.
47+
* 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.
5050
* (Embedded Cluster only) `License ID` - A valid customer license is required to create an Embedded Cluster and can be passed as `--license-id [value]`.

0 commit comments

Comments
 (0)