2020-01-29 04:21:02 UTC - drholmie: Sorry for the late reply was in a hackathon :sweat_smile:. Data shared between functions is what I'm going for. Right now persisting it in a bit of an unreliable way by extending how long containers can be alive and using warm containers. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1580271662037000?thread_ts=1579928698.020800&cid=C3TPCAQG1 ---- 2020-01-29 04:29:29 UTC - drholmie: The main application I'm going for, in using stateful stuff, is just to make things a little bit faster at the edge. Considering a lot of the functions are cryptography based ones, need to save time wherever i can :) https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1580272169037200?thread_ts=1579928698.020800&cid=C3TPCAQG1 ---- 2020-01-29 10:21:33 UTC - Michele Sciabarra: it is in Italy and it is a public event but I need to get a OpenShift 4 somewhere to confirm my partecipation https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1580293293038400?thread_ts=1580208001.027100&cid=C3TPCAQG1 ---- 2020-01-29 15:24:07 UTC - giusdp: Yes I'm italian, that's why I asked! :sweat_smile: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1580311447038600?thread_ts=1580208001.027100&cid=C3TPCAQG1 ---- 2020-01-29 16:00:46 UTC - Bilal: I've deployed Openwhisk on Kubernetes and need to pass some secrets to certain actions. My intent is to use kubernetes to manage those secrets which can be done by by changing pod spec, but I'm not sure how to tell openwhisk invoker to use additional pod spec since openwhisk is managing the creation and deletion of action pods. Any ideas on passing secrets to actions when using kubernetes? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1580313646041900 ---- 2020-01-29 16:22:08 UTC - Bilal: @Rodric Rabbah I'm interested in this recent enhancement to set/accept user defined env vars. I poked around a bit but can't seem to find it. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1580314928042000?thread_ts=1579193023.144000&cid=C3TPCAQG1 ---- 2020-01-29 19:33:48 UTC - dan mcweeney: You can pass a pod template to the invoker so it will create your action pods with other settings: <https://github.com/apache/openwhisk/blob/1e7b6ec845f20dec1dff0ce1649d09b1c9f131d1/core/invoker/src/main/resources/application.conf#L84> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1580326428042500?thread_ts=1580326428.042500&cid=C3TPCAQG1 ---- 2020-01-29 20:29:02 UTC - Bilal: Thanks! Since openwhisk-deploy-kube repo is pulling everything from docker, looks like I'd have add to that setting there or maybe see how I can change it from my helm chart. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1580329742042700?thread_ts=1580326428.042500&cid=C3TPCAQG1 ----