Lucas Roesler

Results 126 comments of Lucas Roesler

@kevin-lindsay-1 your proposal here https://github.com/openfaas/faas-netes/issues/856#issuecomment-947839370 is this to apply just to the openfaas components (gateway, provider, nats, etc) or is this a global value to apply to all functions? it...

in that case, it seems like we could treat this the same as affinity, tolorations, and nodeSelector. These are empty and omitted by default, but the template can provide the...

yeah, but perhaps we could automatically add the deployment name as a label to global constraint or something like that to make writing a generic constraint a bit easier and...

Just some book keeping here, for future reference etc. This is related but different from #815 which is asking for the same TSC configuration but at the pod level

The failing test seems to _only_ fail during the arm docker builds. Master builds just fine and it is only my test that it is failing. It behaves like the...

For reference this is the bug I opened upstream in buildx https://github.com/docker/buildx/issues/509

Per this comment https://github.com/docker/buildx/issues/509#issuecomment-774239175 and conversations with @alexellis on slack, we should disable the tests when we are cross-compiling. I have added a small wrapper script to handle this logic...

If you wanted to go even further we could add a `skip tests` build arg and fully skip during the multi arch builds, save at least a minute there