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 10, 2024
1 parent ccba35c commit 77cfadf
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).

Check failure on line 4 in content/docs/setup/getting-started/install-mke4-cli.md

View workflow job for this annotation

GitHub Actions / Linkspector

[linkspector] content/docs/setup/getting-started/install-mke4-cli.md#L3-L4

Connot reach https://s3.us-east-2.amazonaws.com/packages-stage-mirantis.com/v4.0.0-alpha1.0. Status: 404
Raw output
message:"Connot reach https://s3.us-east-2.amazonaws.com/packages-stage-mirantis.com/v4.0.0-alpha1.0. Status: 404"  location:{path:"content/docs/setup/getting-started/install-mke4-cli.md"  range:{start:{line:3  column:55}  end:{line:4  column:88}}}  severity:ERROR  source:{name:"linkspector"  url:"https://github.com/UmbrellaDocs/linkspector"}
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 77cfadf

Please sign in to comment.