Skip to content

Commit

Permalink
Edits made in reference to comments form RyanZ and SakshiS.
Browse files Browse the repository at this point in the history
  • Loading branch information
KoryKessel-Mirantis committed Jun 7, 2024
1 parent 5e452ea commit 91d8fbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions content/docs/setup/getting-started/install-mke4-cli.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Install the MKE 4 CLI

You can download `mkectl`, the MKE CLI tool, from the MKE 4 repository
[Releases](https://github.com/MirantisContainers/mke/releases) page. Envisioned
as a single binary, capable of managing MKE 4 clusters without any
You can download `mkectl`, the MKE CLI tool, from the [S3
bucket](https://s3.us-east-2.amazonaws.com/packages-stage-mirantis.com/v4.0.0-alpha1.0).
Envisioned as a single binary, capable of managing MKE 4 clusters without any
additional dependencies, as of `MKE 4.0.0-alpha.1.0` the MKE CLI still requires
that you have the following tools installed on your system:

Expand Down Expand Up @@ -41,7 +41,7 @@ To override the default versions, pass the variables `K0SCTL_VERSION`,`MKECTL_VE
```
Expected output:
```shell
Version: v4.0.0-alpha.0.3
Version: v4.0.0-alpha.1.0
```
2. To confirm `k0sctl`, run:
```shell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

### Prerequisites

You must have the following componenets installed:
In addition to the MKE 4 [dependencies](../installation.md#dependencies), you must have the following componenets installed:

* [mkectl](https://github.com/MirantisContainers/mke/releases)
* [k0sctl](https://github.com/k0sproject/k0sctl#installation) (required for installing a k0s distribution)
* [Terraform](https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli)
(required for creating VMs in AWS)
* AWS account
Expand Down

0 comments on commit 91d8fbc

Please sign in to comment.