faas-netes
faas-netes copied to clipboard
Serverless Functions For Kubernetes
We are using Terraform and a "helm_release" resource to deploy chart version `10.2.1` in our EKS cluster. During a **clean install** when `ingressClassName` is provided in values we encounter an...
In MacOS, I use export image_pull_policy=IfNotPresent, but when I deploy function the pod's imagePullPolicy is still Always. OpenFaaS CE I installed using arkade ## Expected Behaviour I hope that the...
Bumps [sigs.k8s.io/structured-merge-diff/v4](https://github.com/kubernetes-sigs/structured-merge-diff) from 4.3.0 to 4.4.1. Commits cf09e71 Merge pull request #254 from apelisse/allow-duplicates-in-associative-lists 29babbc merge: Allow duplicate keys in lhs e0346c0 Merge pull request #255 from apelisse/remove-unions 35d4e8c Remove...
## Description Update codegen for OpenFaaS, add Status to Function ## Why is this needed? * Adds a standard Status object with Conditions to the Function CRD * Updates codegen...
## Expected Behaviour We need to move to using `k8s.io/code-generator/kube_codegen.sh` instead of `generate-groups.sh` I don't know what that involves, but here's the output from codegen now: ```bash >> Using /home/alex/go//pkg/mod/k8s.io/[email protected]...
## Description This PR adds an empty status field in the function CRD definition ## Why is this needed? - [x] I have raised an issue to propose this change...
## Description Remove the default ingress annotation that defaults to nginx. ingressClassName is the correct way to set the ingress. ## Why is this needed? Fixes #1000 When the chart...
## Description Add policy support to the chart ## Why is this needed? - [ ] I have raised an issue to propose this change ([required](https://github.com/openfaas/faas/blob/master/CONTRIBUTING.md)) ## Who is this...
## Description To avoid any accedential security issues, we block running anything in the kube-system namespace. We already have this explicitly blocked in the rest of the code that deals...
## Description Allow users to enable authorization for NATS. New chart options: | Parameter | Description | Default | | ----------------------- | ---------------------------------- | ---------------------------------------------------------- | `nats.authorization.enabled` | Enable authorization...