From 91d8fbc643a4ea79c08f7425238890ad1252d580 Mon Sep 17 00:00:00 2001 From: KoryKessel-Mirantis Date: Sat, 8 Jun 2024 00:50:36 +0200 Subject: [PATCH] Edits made in reference to comments form RyanZ and SakshiS. --- content/docs/setup/getting-started/install-mke4-cli.md | 8 ++++---- .../getting-started/k0s-in-aws/terraform-scenario.md | 4 +--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/content/docs/setup/getting-started/install-mke4-cli.md b/content/docs/setup/getting-started/install-mke4-cli.md index d3e8c2cf..882a0c38 100644 --- a/content/docs/setup/getting-started/install-mke4-cli.md +++ b/content/docs/setup/getting-started/install-mke4-cli.md @@ -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: @@ -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 diff --git a/content/docs/setup/getting-started/k0s-in-aws/terraform-scenario.md b/content/docs/setup/getting-started/k0s-in-aws/terraform-scenario.md index 2c9b2935..503f91b6 100644 --- a/content/docs/setup/getting-started/k0s-in-aws/terraform-scenario.md +++ b/content/docs/setup/getting-started/k0s-in-aws/terraform-scenario.md @@ -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