faas-netes
faas-netes copied to clipboard
Serverless Functions For Kubernetes
I installed OpenFaaS using `arkade` (as well as `helm`) on a brand new 3-node k3s cluster, and let the deployments sit for a really long time (days, in fact). The...
## Description Simplify faas-netes timeouts in the openfaas chart Use the geteway readTimeout and writeTimeout values as default if faasnetes.readTimeout or faasnetes.writeTimeout is not set. ## Motivation and Context OpenFaaS...
Bumps alpine from 3.16.1 to 3.16.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Signed-off-by: Han Verstraete (OpenFaaS Ltd) ## Description Remove unused `operator.createCRD` from values file. ## Motivation and Context The value `operator.createCRD` is not used in the chart anymore. It has been...
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.21.3 to 0.24.3. Commits 2325aaa Update dependencies to v0.24.3 tag 0bf1867 Revert "Introduce APIs to support multiple ClusterCIDRs (#108290)" 2de6996 Merge pull request #109241 from ravisantoshgudimetla/sts-ar-optional 7734d26...
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.21.3 to 0.24.3. Commits 97e5df2 fix remove implicit copy of a lock 6550efd Merge pull request #109102 from liggitt/darwin-tls 00f0711 Merge pull request #109031 from Jefftree/openapiv3beta 53a85ef...
Bumps [k8s.io/code-generator](https://github.com/kubernetes/code-generator) from 0.21.3 to 0.24.3. Commits 65c70a5 generated: Update kube-openapi and vendor 15a5f67 Merge pull request #108126 from sanposhiho/doc/generatedname c771500 Merge pull request #108992 from alexzielenski/cache-busting-client-go 5a00495 update vendor...
Signed-off-by: Han Verstraete (OpenFaaS Ltd) ## Description Add separate chart for the queue-worker ## Motivation and Context Allow people to set up named queues ## How Has This Been Tested?...
## Description Update the openfaas chart to support JetStream. ## Motivation and Context Part of the migration to JetStream for the OpenFaaS async system. ## How Has This Been Tested?...
**Context** I created a function that requires around 1 hour to finish. I already tested it using a single replica of the function with maxInflight=1 and a queue worker with...