Skip to content

Commit 51580bf

Browse files
committed
Remove helm instructions
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 6bcdde0 commit 51580bf

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

lab1b.md

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ kubectl cluster-info
7575
#### _With Minikube_
7676

7777
* To install Minikube download the proper installer from [latest release](https://github.com/kubernetes/minikube/releases) depending on your platform.
78-
* [Install Helm client](https://docs.helm.sh/using_helm/#installing-the-helm-client)
7978

8079
* Now run Minikube with
8180

@@ -223,41 +222,6 @@ $ docker login
223222

224223
The instructions for deploying OpenFaaS change from time to time as we strive to make this even easier.
225224

226-
### Install the helm CLI/client
227-
228-
Instructions for latest Helm install
229-
230-
* On Linux and Mac/Darwin:
231-
232-
```sh
233-
curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
234-
```
235-
236-
* Or via Homebrew on Mac:
237-
238-
```sh
239-
brew install kubernetes-helm
240-
```
241-
242-
On Windows [download the helm.exe file](https://helm.sh) and place it in $PATH or /usr/bin/.
243-
244-
### Install tiller
245-
246-
* Create RBAC permissions for tiller
247-
248-
```sh
249-
kubectl -n kube-system create sa tiller \
250-
&& kubectl create clusterrolebinding tiller \
251-
--clusterrole cluster-admin \
252-
--serviceaccount=kube-system:tiller
253-
```
254-
255-
* Install the server-side Tiller component on your cluster
256-
257-
```sh
258-
helm init --skip-refresh --upgrade --service-account tiller
259-
```
260-
261225
### Install OpenFaaS
262226

263227
There is a new tool called `k3sup` which can install helm charts, including OpenFaaS. This makes the installation procedure much faster.

0 commit comments

Comments
 (0)