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

OpenFaaS plugin for Nomad

Results 12 faas-nomad issues
Sort by recently updated
recently updated
newest added

What are the steps to reproduce this issue? 1 - Follow the instructions from the README on a Ubuntu 18 VM running on OpenSUSE 2 - After running the job...

(Thanks for reporting an issue! Please make sure you click the link above to view the issue guidelines, then fill out the blanks below.) What are the steps to reproduce...

The request for Openfaas to directly allow volume mount options has been met with resistance (i.e. github.com/openfaas/faas/issues/320). But I wanted to know whether it would be a possibility for this...

What are the steps to reproduce this issue? ------------------------------------------- 1. Deploy OpenFaaS on Nomad cluster 2. Deploy simple NodeJS (V12) function ``` version: 1.0 provider: name: openfaas # This can...

Given the release of Nomad 0.9, this provider should have updated Nomad Golang api dependencies. This is a big task as it basically means a full rewrite of the provider...

help wanted

The ever-growing list of configuration parameters as arguments is unsustainable. Therefore, faas-nomad should support HCL/JSON file configuration for the provider with cli overrides for certain things: `faas-nomad -config-file=faas-nomad.hcl ...`

enhancement

Hi, What is the timeline of adding `faas-idler` to faas-nomad? if this is going to take so long, is there a workaround solution for scale to zero when for inactivity...

Add the ability to add a constraint to a function to restrict the architecture for a function: ```yaml provider: name: faas gateway: http://localhost:8080 functions: ipconfig: image: alexellis/windows-ipconfig:nano skip_build: true environment:...

enhancement

Results of load testing should be published with the provider. Initial testing has been carried out however publishing the full methodology and results is required. Following analysis of the results...

enhancement
documentation