-
If you invoke your function in the following way:
```bash
echo "123" | faas-cli invokve my-function
```
The input string received by the function (Tested using ofwatch HTTP mode, so here talk ab…
-
We should create instructions for deploying OpenFaaS on OpenShift.
Michael Hausenblas once worked on this and wrote up a blog using `minishift`, but it wasn't signed-off, so couldn't be merged. The…
-
In Lab5 you say
"Use the built-in UI of ngrok at http://127.0.0.1:4040 to find your HTTP URL. You will be given a URL that you can access over the Internet, it will connect directly to your OpenFaa…
-
## My actions before raising this issue
- [x] Followed the [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting/)
- [x] Read/searched [the docs](https://docs.openfaas.com…
-
[Feature] add PullPolicy flag / option
## Expected Behaviour
Some users prefer to use `latest` for their images and not to use differing tags, this feature would always pull an image eve…
-
Referring to https://github.com/SAP/cloud-function-nodejs-samples/tree/master/examples/hello-secret
I don't see a difference in deploying between:
```
faas-sdk init-values -y values.yaml
faas…
-
Provide better insight into the events that occur during the build process. This would include event output, outcomes of various commands, performance tracking. This is geared less towards user facing…
-
```
faas-cli template store pull golang-http
faas-cli new --lang golang-http golang-http-fn
handler.go
package function
import (
"fmt"
"net/http"
"github.com/openfaas-incubator/go-f…
-
**Is your feature request related to a problem? Please describe.**
Node recently introduced a [security fix](https://www.nearform.com/blog/protecting-node-js-from-uncontrolled-resource-consumption-he…
-
## My actions before raising this issue
- [x] Followed the [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting/)
- [x] Read/searched [the docs](https://docs.openfaas.com…