Gatsby

Results 7 comments of Gatsby

Looks like the same issue I ask before , check it out: https://github.com/iron-io/functions/issues/665

Kubernetes-quick stack on openshift Origin , can't really persist bolt db data after restart pod. So I try to mount app/data to OS persistent volume (like NAS) , should be...

Thanks , per your suggestion , I try to deploy kubernates production stacks as following, 1) change configmap value to: MQ_URL: redis://redis-master DB_URL: postgres://postgres:mysecretpassword@postgresql-master/?sslmode=disable 2) Add some openshift setting ,...

I saw a similar discussion onopenwhisk project (https://github.com/apache/incubator-openwhisk-deploy-kube/issues/110), it seems there are two approaches of creating containers 1) DockerContainerFactory 2) KubernetesContainerFactory , does it mean ironfunction might use DockerContainerFactory way...

Hey @c0ze, I can get http header with System.getenv("HEADER_X") in java as you provided. But how to I get cookies values ? I can't find a way to get it...

Hi @eugenegwon, Let me clarify a bit here , I know how to specify a "new" version number when route creating. And how to check docker image version. The thing...

Thanks , I'll give a try. But local node will be occupied with lots of docker function images I think :0 Won't it be nice if we can specify latest...