-
Add labels to the containers from the function spec
## Expected Behaviour
If you create a function with a label, that label should be added to the container definition, then read back la…
-
We could offer a way to support a profile or context as an alias for a gateway. A user suggested something similar about an "rc" file or not having to remember multiple gateway URLs in #479
## Cur…
-
## Goal:
Create a command that installs OpenFaaS in a default configuration suitable for development, proofs of concepts and demonstrations.
The command should support:
- Docker swarm
- Kubern…
-
## Expected Behaviour
When run in an environment where the $HOME environment variable isnt set the requested action should complete successfully.
## Current Behaviour
When run in an environment w…
rgee0 updated
2 years ago
-
The build command returns exit code `0` even though an image was not created/built.
In this particular example, the path in the `handler` property of the function's `.yml` file was invalid/not fo…
-
I am struggling to set up the `faas-flow-tower` utility.
Let's say what I tried...
I tried setting up a simple `flow-test` function as follows:
flow-test.yml:
```yml
version: 1.0
provider:
…
-
Just a quick Q, can we add ArgoCD via arkade since we have it available?
To get the faas-cli, users could also potentially run:
```
arkade get faas-cli
```
Do you have an image or a slide, …
-
I was trying to build the `facedetect` detect function
This is what I'm doing
```bash
faas-cli template pull https://github.com/nicholasjackson/open-faas-templates
faas-cli build -f stack.yml --re…
-
## Expected Behaviour
When running `faas-cli up` with no `template` dir, it should fetch templates configured in the `stack.yml` before fetching official ones.
## Current Behaviour
Fetch first fr…
-
why faas-cli not supporting java8 template.
when i try to create a function with the below command
faas-cli new --lang java8 new-function
its throwing an error like java8 is unavailable or not supp…