File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ kubectl cluster-info
75
75
#### _ With Minikube_
76
76
77
77
* 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 )
79
78
80
79
* Now run Minikube with
81
80
@@ -223,41 +222,6 @@ $ docker login
223
222
224
223
The instructions for deploying OpenFaaS change from time to time as we strive to make this even easier.
225
224
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
-
261
225
### Install OpenFaaS
262
226
263
227
There is a new tool called ` k3sup ` which can install helm charts, including OpenFaaS. This makes the installation procedure much faster.
You can’t perform that action at this time.
0 commit comments