From f2018a65253bda5587782cb26ba927052b154115 Mon Sep 17 00:00:00 2001 From: dnoland1 Date: Mon, 1 Apr 2019 17:32:17 -0700 Subject: [PATCH 1/2] Update _index.md --- content/rke/v0.1.x/en/installation/_index.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/content/rke/v0.1.x/en/installation/_index.md b/content/rke/v0.1.x/en/installation/_index.md index 0051424f6be..999b6425832 100644 --- a/content/rke/v0.1.x/en/installation/_index.md +++ b/content/rke/v0.1.x/en/installation/_index.md @@ -13,11 +13,14 @@ RKE is a fast, versatile Kubernetes installer that you can use to install Kubern ## Download the RKE binary -1. From your workstation, open a web browser and navigate to our [RKE Releases](https://github.com/rancher/rke/releases/latest) page. Download the latest RKE installer applicable to your Operating System: +1. From your workstation, open a web browser and navigate to our [RKE Releases](https://github.com/rancher/rke/releases/latest) page. Download the latest RKE installer applicable to your Operating System and Architecture: - **MacOS**: `rke_darwin-amd64` - - **Linux**: `rke_linux-amd64` - - **Windows**: `rke_windows-amd64.exe` + - **Linux (Intel/AMD)**: `rke_linux-amd64` + - **Linux (ARM 32-bit)**: `rke_linux-arm` + - **Linux (ARM 64-bix)**: `rke_linux-arm64` + - **Windows (32-bit)**: `rke_windows-386.exe` + - **Windows (64-bit)**: `rke_windows-amd64.exe` 2. Copy the RKE binary to a folder in your `$PATH` and rename it `rke` (or `rke.exe` for Windows) From 696e6eeeb227bac7915fc5ab73b7050184a286d3 Mon Sep 17 00:00:00 2001 From: David Noland Date: Mon, 1 Apr 2019 17:35:23 -0700 Subject: [PATCH 2/2] Fixed typo --- content/rke/v0.1.x/en/installation/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rke/v0.1.x/en/installation/_index.md b/content/rke/v0.1.x/en/installation/_index.md index 999b6425832..54bb7efde18 100644 --- a/content/rke/v0.1.x/en/installation/_index.md +++ b/content/rke/v0.1.x/en/installation/_index.md @@ -18,7 +18,7 @@ RKE is a fast, versatile Kubernetes installer that you can use to install Kubern - **MacOS**: `rke_darwin-amd64` - **Linux (Intel/AMD)**: `rke_linux-amd64` - **Linux (ARM 32-bit)**: `rke_linux-arm` - - **Linux (ARM 64-bix)**: `rke_linux-arm64` + - **Linux (ARM 64-bit)**: `rke_linux-arm64` - **Windows (32-bit)**: `rke_windows-386.exe` - **Windows (64-bit)**: `rke_windows-amd64.exe`