You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of OpenFaaS 0.8.6 basic authentication will be enabled by default when running ./deploy\_stack.sh. If you need to disable it pass the flag `--no-auth` to the ./deploy_stack.sh script as above.
58
58
59
-
### 2.0.1 Raspberry Pi / 32-bit ARM
59
+
### 2.0.1 Raspberry Pi / 32-bit ARM (armhf)
60
60
61
61
> For a complete tutorial on setting up OpenFaaS for Raspberry Pi / 32-bit ARM using Docker Swarm see the following blog post from Alex Ellis: [Your Serverless Raspberry Pi cluster with Docker](https://blog.alexellis.io/your-serverless-raspberry-pi-cluster/).
62
62
63
-
When creating new functions please use the templates with a suffix of `-armhf` such as `go-armhf` and `python-armhf`to ensure you get the correct versions for your devices.
63
+
When creating new functions you will need to run the build on an armhf host.
64
64
65
-
> Note: you cannot deploy the sample functions to ARM devices, but you can use the function store in the gateway UI or via `faas-cli store list --yaml https://raw.githubusercontent.com/openfaas/store/master/store-armhf.json`
65
+
> Note: expert users can create or use [multi-arch templates](https://github.com/alexellis/multiarch-templates) which can build on a PC and deploy to an armhf host.
66
+
67
+
* You can run `faas-cli deploy` from any computer using `--gateway` or `OPENFAAS_GATEWAY`
68
+
* But you must build Docker images on a Raspberry Pi, not on your PC or laptop.
0 commit comments