Andrew Meier

Results 12 comments of Andrew Meier

I am very interested in this and would love to help push this forward. For my use case, our team uses Airflow for our ETL processes and OpenFaas functions for...

Hi all, I would love to help pick this back up as I am trying to use the [openfaas terraform provider](https://github.com/ewilde/terraform-provider-openfaas) but I cannot get some things in the provider...

Also related https://github.com/pulumi/pulumi-openfaas (specifically https://github.com/pulumi/pulumi-openfaas/blob/master/pkg/client/client.go#L89)

@alexellis Could [`faas.requests.Function`](https://github.com/openfaas/faas/blob/master/gateway/requests/requests.go#L63) be refactored into something like: ```go type FunctionResponse struct { Name string `json:"name"` Image string `json:"image"` Replicas uint64 `json:"replicas"` EnvProcess string `json:"envProcess"` Secrets []string `json:"secrets"` Labels *map[string]string...

@LucasRoesler I checked the k8s Deployment type and I think you are right. I also like the idea of just pulling the info from the pod. Given that, I don't...

I ran into the same issue. Below is my workaround. Given my project structure: ``` project ├── Handler │   ├── Handler.fs │   ├── Handler.fsproj │   ├── paket.references │   └── temp...

Cool thanks. I think you could leverage https://fake.build/apidocs/v5/fake-api-github.html to publish a release. I can put together a PR to add to the build script if that would be helpful.

In the description of #30 >So that port forwarding works out of box I think it is better to set the default clusterSize=1. My mistake to not update the docs....

Unfortunately it is difficult to port forward with a cluster and I have not been able to figure out a way to get it to work out of the box....

@TomBalt I was thinking you could use telepresence to access the admin UI but really it can only be used to connect to the cluster since the browser requests are...