-
## My actions before raising this issue
- [ ] Followed the [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting/)
- [ ] Read/searched [the docs](https://docs.openfaas.com/)
…
-
Convert sample github_hmac to use classic Go template
https://github.com/openfaas/faas-cli/tree/master/sample/github_hmac
This will be less to maintain over time, a Dockerfile isn't required for…
-
## Summary
Currently all async functions using only one topic `faas-request`, if we want to guarantee the level of parallelism for some function (ex. we will have at least 10 workers to process a p…
-
## Expected Behaviour
The following should generate an operator CRD for me to apply with ` | kubectl apply -f -`
```
faas-cli generate --from-store nodeinfo
```
## Current Behaviour
…
-
Switch to faas-cli SDK where possible for invoking endpoints.
-
`faas-cli` supports `--token` flag since [#faas-cli/pull/649](https://github.com/openfaas/faas-cli/pull/649) which is missing in the CLI docs
-
I'm trying to get an ARM cluster spun up. I'm seeing an issue as I launch it.
## Expected Behaviour
All pods should be running and ready state
## Current Behaviour
One pod is crashing - gate…
-
I'm following the tutorial: Deploy your first Serverless Function to Kubernetes
When I try to build the example function I get:
----------------------------
herman@Gandalf:~$ faas-cli up -f serve…
-
## Expected Behaviour
We should be able to vendor the CLI auth without needing to vendor the entire commands package
## Current Behaviour
Currently you must import from both commands…
-
## Expected Behaviour
A function to show up whilst being deleted, or to be completely removed during deletion.
## Current Behaviour
A blank function name is shown in the place of the …