-
I have followed the template store docs, doing the following, but I had an error:
```
$ brew install faas
$ faas new --lang python3 http-status
2021/04/10 19:11:26 No templates found in current …
-
## Feature: multiple namespace support
The feature is outlined at https://github.com/openfaas/faas-netes/issues/433, which can be used for comments, questions, and suggestions.
The use-case is: …
-
After I install dockle, I got warning from `brew doctor`
```
Warning: Found Ruby file outside goodwithtech/dockle tap formula directory.
(/usr/local/Homebrew/Library/Taps/goodwithtech/homebrew-do…
-
## Description
Feature - buildpack support in `faas-cli build`
## Context
DigitalOcean's AppPlatform, Cloudrun, Heroku, Cloudfoundary, Waypoint all support buildpacks
build packs can gener…
-
## Expected Behaviour
All components should be ready to parse differentiate a platform field for the OpenFaaS store.
* faas-cli in openfaas/faas-cli
* OpenFaaS UI in openfaas/faas
We…
-
## Expected Behaviour
Tests should pass when running `make all`
## Current Behaviour
```
$ make all
...
--- FAIL: Test_DownloadFaaSCLIDarwin (0.24s)
get_test.go:94: want: …
-
Sorry I took that long, here is the completed template:
It is impossible to modify NATS streaming maximum payload from the chart. In some use cases you might want to put it to more than the defau…
-
-
both go modules and dockefile are using go 1.15 but ci is not
## Expected Behaviour
Ci uses go.1.15
## Current Behaviour
ci is using go1.13
## Possible Solution
update ci to use go1.15
…
-
Research task: OAuth2 with OpenFaaS Gateway
## Task
OAuth2 is widely used for authz for microservices, and there have been several requests (although now huge demand) for this in OpenFaa…