kerenj | 74d723a | 2017-08-22 15:27:04 +0000 | [diff] [blame] | 1 | Prerequisites: |
| 2 | - K8s |
| 3 | - Helm |
| 4 | |
| 5 | In order to use Helm with Rancher, check the tiller version installed |
| 6 | by runing "helm version" on the ranchr CLI |
| 7 | and install the appropriate Helm. |
| 8 | Notice both tiller and helm are installed, |
| 9 | but you will need to install on your VM. |
| 10 | |
| 11 | charts were tested with the following setup: |
| 12 | Rancher Release v1.6.7 |
| 13 | k8s version 1.7.2 |
| 14 | Helm/Tiller version v2.3.0 |
| 15 | also tested on: |
| 16 | k8s version v1.5.2 |
| 17 | Helm/Tiller v2.6.0 |
| 18 | |
| 19 | Download Helm: |
| 20 | https://github.com/kubernetes/helm |