From 711594203315248e047ba073c35525e60f293972 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Steenis Date: Wed, 3 Mar 2021 17:23:13 +0100 Subject: [PATCH] Explain how to find latest RKE release --- content/rke/latest/en/installation/_index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/rke/latest/en/installation/_index.md b/content/rke/latest/en/installation/_index.md index b96e58af4b7..215ea8e025e 100644 --- a/content/rke/latest/en/installation/_index.md +++ b/content/rke/latest/en/installation/_index.md @@ -17,7 +17,10 @@ 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) page. Download the latest RKE v1.x installer applicable to your operating system and architecture: +1. From your workstation, open a web browser and look up the [latest available RKE release](https://github.com/rancher/rke/#latest-release). You can click on the release notes link to go straight to that release or manually navigate to our [RKE Releases](https://github.com/rancher/rke/releases) page and download the latest available RKE installer applicable to your operating system and architecture: + + >**Note:** + > Be aware that the release that is marked as `Latest release` on GitHub release page might not be the actual latest available release of RKE. - **macOS**: `rke_darwin-amd64` - **Linux (Intel/AMD)**: `rke_linux-amd64`