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

Specifying that you need Helm v2.5.0 for installation #1170

Merged
merged 2 commits into from
Aug 30, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/install-1.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Repeating the version 3 times in a single section looks a bit redundant to me, I would leave if only for the first mention and omit the version completely in all other places

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nilebox I've removed redundancy

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"or newer" :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

[installation instructions](https://github.com/kubernetes/helm/blob/master/docs/install.md).

If your kubernetes cluster has
Expand Down
6 changes: 3 additions & 3 deletions docs/install-1.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down