faas-netes icon indicating copy to clipboard operation
faas-netes copied to clipboard

Serverless Functions For Kubernetes

Results 76 faas-netes issues
Sort by recently updated
recently updated
newest added

I would suggest some improvements in the flexibility in scheduling functions in OpenFaaS. ## Expected Behaviour It is not a bug. This improvement would help to enable a finer-grained scheduling...

I tried to install 2 openfaas envs in one k8s cluster's 2 different namespaces for different usage using Helm. I'm using different helm release names, but the later installation has...

Would be nice to be able to create a new queue and corresponding queue worker from its own CRD, rather than the existing method, which is to export it, build...

OpenFaaS fails to start in Kubernetes clusters whose base domain is *not* `cluster.local`, e.g. `cluster2.local`. ## Expected Behaviour OpenFaaS should deploy successfully to Kubernetes cluster when `kubernetesDNSDomain` is set to...

## Expected Behaviour Helm Chart should not create `ClusterRole` when `clusterRole=false`. ## Current Behaviour It creates `ClusterRole` even if `clusterRole=false`. ## Possible Solution It should create `Role` instead of `ClusterRole`....

Followup on #696. Now that we can disable the creation of the CRDs in the helm chart, we can also move the creation of the roles for the Profiles CRD...

To allow functions to complete a potentially long living function call during down scaling, `faas-netes` should modify `terminationGracePeriodSeconds` which has a 30 second default value. This is the time between...

## Expected Behaviour The function controller should copy its spec.labels to the deployment's and service's metadata.labels. Right now it is only copied into spec.template.metadata.labels. This will help associate the deployment...

Functions should only be created/deleted etc. In namespaces which have annotation `openfaas=1/true` in faas-netes and operator. Currently the logic rejects secrets created in those namespaces, but creates functions. ## Expected...

## Expected Behaviour It should be easy to customise the IngressOperator and to install it more than once into varying namespaces. ## Current Behaviour It can be installed once with...