2019-07-28 06:10:15 UTC - Adam Varsano: Hi, By the documentation, if you deploy on kubernetes you should use KCF
taken from here: <https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/docs/configurationChoices.md> Am I wrong? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564294215220400?thread_ts=1564115706.205900&cid=C3TPCAQG1 ---- 2019-07-28 06:44:46 UTC - Adam Varsano: Hi, My actions writtern in Go, how can I do that? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564296286220800?thread_ts=1564077984.181500&cid=C3TPCAQG1 ---- 2019-07-28 08:34:01 UTC - Adam Varsano: Hi, I have question on sequence, For creating sequence, need that the output of every action will be the input of the next action, It's not working well for all cases because if I want some action to be reused in multiple sequence its output should be different https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564302841222500 ---- 2019-07-28 08:34:05 UTC - Adam Varsano: Any advice? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564302845222700 ---- 2019-07-28 08:41:18 UTC - Adam Varsano: Hi, another question: For creating sequence, need that the output of every action will be the input of the next action, It's not working well for all cases because if I want some action to be reused in multiple sequence its output should be different Any advice? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564303278222800?thread_ts=1556532200.024000&cid=C3TPCAQG1 ---- 2019-07-28 12:50:42 UTC - Rodric Rabbah: Hi Adam. I apologize, I don’t understand the question. Are you asking how you can include an action `A` in several sequences but have the behavior of `A` vary depending on which sequence it’s in? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564318242225500 ---- 2019-07-28 17:07:38 UTC - Roberto Diaz: In that case my suggestion is try to create a common interface between all your functions and always maintain the same input /output contract https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564333658225600?thread_ts=1556532200.024000&cid=C3TPCAQG1 ----