From 17104eef21e0ff10207c9f732d3b8cd406b7b6f9 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Steenis Date: Mon, 21 Oct 2019 23:04:25 +0200 Subject: [PATCH] Add note on issue with Helm v2.15.0 --- content/rancher/v2.x/en/installation/ha/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/installation/ha/_index.md b/content/rancher/v2.x/en/installation/ha/_index.md index 63cef81af17..9fb2256d89c 100644 --- a/content/rancher/v2.x/en/installation/ha/_index.md +++ b/content/rancher/v2.x/en/installation/ha/_index.md @@ -30,7 +30,8 @@ The following CLI tools are required for this install. Please make sure these to * [rke]({{< baseurl >}}/rke/latest/en/installation/) - Rancher Kubernetes Engine, cli for building Kubernetes clusters. * [helm](https://docs.helm.sh/using_helm/#installing-helm) - Package management for Kubernetes. -> **Important:** Due to an issue with Helm v2.12.0 and cert-manager, please use Helm v2.12.1 or higher. +> **Known issues:** +> Do not use Helm v2.15.0 (issue with converting/comparing numbers) ## Installation Outline