-
Functions cannot be deployed on Kubernetes due to the new memory limit mechanism.
## Expected Behaviour
Functions on k8s to be deployed successfully with limit suffix Mi.
## Current Behaviour
…
-
First of all, thx for your amazing work! This is exactly what I've been looking for.
I have this dream of a netlify-like workflow where you just push function code a repo and everything else just wor…
-
While trying to run `pipeline-log` noticed it loads the secret value rather than name as path aka `var/openfaas/secrets/` rather than `/var/openfaas/secrets/thesecretname`
The problematic code …
-
Hello everyone,
I want to ask you please how can i fixe a specific memory size for the openfaas function ?
second question is how to desactivate the autoscaling ?.
Thank you.
-
## Expected Behaviour
We should be able to bubble up r/s for 2xx and non 2xx (error) codes over the last hour for use in the dashboard's detail page.
Without changing the gateway API we …
-
**Is this a BUG REPORT or FEATURE REQUEST?** (choose one):
BUG REPORT
Please provide the following details:
**Environment**:
Windows 10 / Surface Pro 4, 16 GB RAM, i7 processor
**Mini…
-
The new of-watchdog HTTP-style functions (cf. https://github.com/openfaas-incubator/node8-express-template) have a long-running HTTP server behind the actual function code. This is very similar to ot…
-
Only functions invoked with `curl` have a count
This is more of a question than an issue per se. I have several functions. A couple of those functions are called by our SVN post commit hook. We're …
-
-
We should auth on the import-secrets function by using HMAC.
In the same way that we have a symmetric secret which the `gh-push` function validates, we should have a shared secret that git-tar uses…