File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,17 +91,17 @@ You can use [arkade](https://arkade.dev/) to install OpenFaaS to a regular cloud
9191* Install the OpenFaaS ` app `
9292
9393 ``` sh
94- arkade install openfaas
94+ arkade install openfaas-ce
9595 ```
9696
97- Other options for installation are available with ` arkade install openfaas --help `
97+ Other options for installation are available with ` arkade install openfaas-ce --help `
9898
9999After the installation you'll receive a command to retrieve your OpenFaaS URL and password.
100100
101101``` bash
102- Info for app: openfaas
102+ Info for app: openfaas-ce
103103 # Get the faas-cli
104- curl -SLsf https:// cli.openfaas.com | sudo sh
104+ arkade get faas- cli
105105
106106 # Forward the gateway to your machine
107107 kubectl rollout status -n openfaas deploy/gateway
@@ -111,16 +111,9 @@ After the installation you'll receive a command to retrieve your OpenFaaS URL an
111111 PASSWORD=$( kubectl get secret -n openfaas basic-auth -o jsonpath=" {.data.basic-auth-password}" | base64 --decode; echo)
112112 echo -n $PASSWORD | faas-cli login --username admin --password-stdin
113113
114- faas-cli store deploy figlet
114+ faas-cli store deploy nodeinfo
115115 faas-cli list
116116
117- # For Raspberry Pi
118- faas-cli store list \
119- --platform armhf
120-
121- faas-cli store deploy figlet \
122- --platform armhf
123-
124117 # Find out more at:
125118 # https://github.com/openfaas/faas
126119 ```
You can’t perform that action at this time.
0 commit comments