Reed Allman

Results 113 comments of Reed Allman

hey @Daniel15 - first step of updating https://github.com/fnproject/fn/pull/1481 (pending review) - I think I'm going to rework the example's main to set up the datastore itself, grab the db out...

@dgutson https://github.com/fnproject/fn/issues/1476#issuecomment-498455578 is the plan, it's going to take some time to add some methods to fn and then make the changes in the ext-auth repo to use them. if...

yep, discussed this the other day. a possible path forward here is allowing upper case chars in the name, and in deploy create the image name from the function name...

this one is relatively challenging to support at the fn level because it's hard for us to guarantee finality (at least, easily) and scale. there's lots of implications for how...

why would a user do this at runtime? this seems to defeat a lot of the benefits of building docker images, which is kinda the idea here, where this wouldn't...

that's fine about go modules... but why not do this in the Dockerfile? A large benefit of the docker registry ecosystem is immutable images under versioned tags, this just seems...

Good point, we should consider other use cases as well. I do not know offhand, re-opening though.

Hey @fadams - a quick look at your kube config, and I'm guessing that the runner node(s) is missing a couple of env vars it needs to run functions. `fn...

if you can paste lb and runner logs here, it could also help (or slack may be faster). it may help to run FN_LOG_LEVEL=debug while this is an issue, as...