OpenFaaS
OpenFaaS makes it easy for developers to deploy event-driven functions and microservices to Kubernetes without repetitive, boiler-plate coding. Package your code or an existing binary in a Docker image to get a highly scalable endpoint with auto-scaling and metrics.
Here are 345 public repositories matching this topic...
Expected Behaviour
When using K8s 1.22 and newer, use the new namespace for ingress, for older use the deprecated API (apiVersion: extensions/v1beta1)
Several apps gener
Expected Behaviour
When users list or query functions from the REST API, then the memory limits set on the functions should be returned in the JSON response.
Current Beha
Expected Behaviour
We should prepare Derek for use as an SDK/package so that he can be run on any platform - a Go microservice, AWS Lambda, Heroku etc.
This is the first ste
-
Updated
Jan 5, 2021 - Go
Details
DEX is installed using pre-existing themes that are available, namely coreos and tectonic.
source: https://github.com/dexidp/dex/tree/master/web/themes
To use a custom theme you need just to put it along with others into a web directory. The folder structure should be the same: logo, favicon, and CSS.
After that, add
frontend:
theme: yourthemefolder
to
-
Updated
Aug 6, 2020
-
Updated
Jul 13, 2020 - Go
-
Updated
Jan 12, 2021 - Go
-
Updated
Apr 16, 2020 - Go
-
Updated
Apr 23, 2022 - Groovy
-
Updated
Nov 6, 2019 - JavaScript
-
Updated
May 6, 2022 - Go
-
Updated
Dec 15, 2020 - Go
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
Jan 15, 2021 - HTML
-
Updated
Mar 16, 2019 - Python
-
Updated
Jan 21, 2020 - Go
-
Updated
Feb 10, 2022 - Go
In Kubernetes 1.18 the Ingress definitions have changed slightly.
In particular the Kubernetes release notes [1] mention the change about ingressClass becoming part of the spec, instead of being an annotation.
If we can add both, perhaps that will help keep backwards compatibility for the time being?
[1] https://kubern
-
Updated
Dec 5, 2020
Proposed change
We may be able to remove the additional create Certificate step from SSL page.. https://docs.openfaas.com/reference/ssl/kubernetes-with-cert-manager/
Co
-
Updated
Dec 28, 2018
Task:
- Update
invokefunctionto return the response headers - Update the caller function named
Invoketo return the body, statusCode and errors - Update example to print statusCode and body
Suggested by Simon Pezcler and Rishabh Gupta so that connectors can do better debug and potentially use the result for something.
Right now the result is abandoned.
-
Updated
Apr 13, 2019 - Go
Expected Behaviour
Change the default cron spec in --etcd-snapshot-schedule-cron (default: "0 */12 * * *"):