You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2021. It is now read-only.
2018-12-30T23:34:15.224Z [INFO ] nomadd.consul_resolver: Getting Address from consul: function=certinfo
2018-12-30T23:34:15.225Z [ERROR] nomadd.proxy_client: Function Not Found: certinfo=<unknown>
Any other comments?
My nomad cluster is pre-built on node that runs CoreOS. HTTP proxy is done with traefik through the consul_catalog provider within traeifk. Consul services are exported by their name to a specific domain.
I'm not totally sure on how all the pieces works together but the functions are launched through nomad without issues. I also can reach the function itself through traefik because it's service was registered in consul. Trying to use the function through the /function/<name> with the gateway doesn't work.
What versions of software are you using?
Operating System: CoreOS
OpenFaaS Version: latest with current master of this repo
What are the steps to reproduce this issue?
faas.hclWhat happens?
Yields a 404
Function not foundWhat were you expecting to happen?
To get results from the function
Any logs, error output, etc?
Any other comments?
My nomad cluster is pre-built on node that runs CoreOS. HTTP proxy is done with traefik through the
consul_catalogprovider within traeifk. Consul services are exported by their name to a specific domain.I'm not totally sure on how all the pieces works together but the functions are launched through nomad without issues. I also can reach the function itself through traefik because it's service was registered in consul. Trying to use the function through the
/function/<name>with the gateway doesn't work.What versions of software are you using?
Operating System: CoreOS
OpenFaaS Version: latest with current master of this repo
Nomad Version: 0.8.6