From c21f5607e0d36e7d617bb9a95ce250fc39a914e2 Mon Sep 17 00:00:00 2001 From: Aaron Schlesinger Date: Tue, 29 Aug 2017 15:38:54 -0700 Subject: [PATCH] Specifying that you need Helm v2.5.0 for installation This is a follow-up to https://github.com/kubernetes-incubator/service-catalog/pull/1163#discus sion_r135920291 Cc/ @MHBauer --- docs/install-1.6.md | 6 +++--- docs/install-1.7.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/install-1.6.md b/docs/install-1.6.md index eeb8e599fe0..c28da47810b 100644 --- a/docs/install-1.6.md +++ b/docs/install-1.6.md @@ -27,14 +27,14 @@ KUBE_ENABLE_CLUSTER_DNS=true hack/local-up-cluster.sh -O ## Helm -You *must* use [Helm](http://helm.sh/) v2 or newer in the installation steps +You *must* use [Helm](http://helm.sh/) v2.5.0 or newer in the installation steps below. -If you already have Helm v2 or newer, execute `helm init` (if you haven't +If you already have Helm v2.5.0 or newer, execute `helm init` (if you haven't already) to install Tiller (the server-side component of Helm), and you should be done with Helm setup. -If you don't already have Helm v2, see the +If you don't already have Helm v2.5.0, see the [installation instructions](https://github.com/kubernetes/helm/blob/master/docs/install.md). If your kubernetes cluster has diff --git a/docs/install-1.7.md b/docs/install-1.7.md index 1b383db5f64..a3ef08afd28 100644 --- a/docs/install-1.7.md +++ b/docs/install-1.7.md @@ -36,14 +36,14 @@ script ## Helm -You *must* use [Helm](http://helm.sh/) v2 or newer in the installation steps +You *must* use [Helm](http://helm.sh/) v2.5.0 or newer in the installation steps below. -If you already have Helm v2 or newer, execute `helm init` (if you haven't +If you already have Helm v2.5.0 or newer, execute `helm init` (if you haven't already) to install Tiller (the server-side component of Helm), and you should be done with Helm setup. -If you don't already have Helm v2, see the +If you don't already have Helm v2.5.0, see the [installation instructions](https://github.com/kubernetes/helm/blob/master/docs/install.md). ## RBAC