-
## 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…
-
I'm trying to build hello world app using faas-cli and it seems the build stuck at some point without doing anything
```
[centos@openfaas-env-nomad-server0 functions]$ faas-cli build -f ./hello-p…
-
## Expected Behaviour
I'm expecting that auto scaling will triggered and the faas-idler also work
## Current Behaviour
Right now I'm testing openfaas on docker swarm and the auto scaling is not t…
-
## 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…
-
OpenFaas ignores all timetout if they go over 50 seconds.
in yml file:
```
read_timeout: 300s
write_timeout: 300s
upstream_timeout: 300s
exec_timeout: 300s
environment:
…
-
Add labels to OpenFaas functions from the function spec
## Expected Behaviour
We should be able to add a label to a function by adding it to container definition.
So, when we run:
`faas-…
-
`--sign` and `--key` were introduced in openfaas/faas-cli#530.
These should be described, perhaps in an invoke section, under the CLI
rgee0 updated
4 years ago
-
## My actions before raising this issue
- [ ] Followed the [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting/)
- [ ] Read/searched [the docs](https://docs.openfaas.com…
-
`faas-cli build ...` fails to build the image when the function contains external libraries vendored with `dep`.
Steps to reproduce:
```bash
faas template pull https://github.com/openfaas-incub…
-
## Bug
### Current Behavior
If a hostname is missing for the OpenFaaS provider, `garden deploy` fails with:
```console
Deploy 🚀
✔ providers → Getting status... → Done
✖ o…