Lucas Roesler

Results 126 comments of Lucas Roesler

@alexellis is the goal that "functions" should be compatible with batch jobs, e.g. take an openfaas function and run it in Argo/pure k8s jobs/kubeflow/etc or is it that we want...

@alexellis one thing that I did not include in this is the automated scraping of node details when in EKS, i wasn't sure what if any vendors we wanted to...

@berylshow it is currently stuck, @alexellis has asked the community for some input on use cases to gauge interest in the feature before we merge it.

@alexellis i have created a preview implementation. We could also decide to add basic tracing to the rest of the gateway endpoints as well, if you would like.

@berylshow do you mean a demo of tracing support in particular? No, I don't know of any demos for the java template. In general, OpenFaaS will forward all of the...

Per these docs https://kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus/ There are two core changes 1. There is a new schedulable resource `nvidia.com/gpu`, this is a required change. 2. it is possible to have mixed types...

I like this idea. With respect to automating smart aliases, i see how the default/latest path could be implemented for semver but not with shas. Wouldn't it be easier to...

Not adding aliases makes sense I think I would prefer not automating aliases for shas, because it might be too difficult for someone to consistently understand why and which alias...

I only brought it up because I have been on multiple teams where the consensus was "we use semver" but then there were unexpected differences in how tools behave because...