Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Specifying that you need Helm v2.5.0 for installation (#1170)
Browse files Browse the repository at this point in the history
* Specifying that you need Helm v2.5.0 for installation

This is a follow-up to
#1163 (comment)
sion_r135920291

Cc/ @MHBauer

* Reducing Helm version redundancy
  • Loading branch information
arschles authored and Doug Davis committed Aug 30, 2017
1 parent 08043bd commit 5f111dd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions docs/install-1.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ 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
already) to install Tiller (the server-side component of Helm), and you should
be done with Helm setup.
If you already have an appropriate Helm version, 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
[installation instructions](https://github.com/kubernetes/helm/blob/master/docs/install.md).
If you don't already have an appropriate version, see the
[Helm installation instructions](https://github.com/kubernetes/helm/blob/master/docs/install.md).

If your kubernetes cluster has
[RBAC](https://kubernetes.io/docs/admin/authorization/rbac/) enabled, you must
Expand Down
12 changes: 6 additions & 6 deletions docs/install-1.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ 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
already) to install Tiller (the server-side component of Helm), and you should
be done with Helm setup.
If you already have an appropriate Helm version, 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
[installation instructions](https://github.com/kubernetes/helm/blob/master/docs/install.md).
If you don't already have an appropriate Helm version, see the
[Helm installation instructions](https://github.com/kubernetes/helm/blob/master/docs/install.md).

## RBAC

Expand Down

0 comments on commit 5f111dd

Please sign in to comment.