2019-07-06 02:12:51 UTC - Vincent Hou: <https://github.com/apache/incubator-openwhisk/pull/4543> this pr passed the jenkins, and all three vms are under docker 18. No reversion so far. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562379171226000 ---- 2019-07-06 06:27:26 UTC - Dominic Kim: Anyone knows the difference between "replay" and "rebuild" in Jenkins? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562394446226700 ---- 2019-07-06 06:27:36 UTC - Dominic Kim: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562394456226900 ---- 2019-07-06 12:31:59 UTC - Pepi Paraskevoulakou: can i deploy openwhisk in kubernetes? do you have any link except documentation of openwhisk giving directions? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562416319228000 ---- 2019-07-06 12:32:34 UTC - Pepi Paraskevoulakou: i ll use ubuntu 16.04, docker and kubernetes https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562416354228700?thread_ts=1562416354.228700&cid=C3TPCAQG1 ---- 2019-07-06 13:25:54 UTC - Roberto Santiago: Hello! Has anyone experienced kafka losing its connection with zookeeper with kubernetes deployment? We are standing up a production instance of OW and running into this issue. It causes OW to stop working for about 5 minutes before everything goes back to normal. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562419554230900 ---- 2019-07-06 14:27:28 UTC - chetanm: Are the zk pod healthy during such times or any of them down. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562423248234300 ---- 2019-07-06 14:39:29 UTC - Roberto Santiago: Healthy. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562423969234700 ---- 2019-07-06 16:05:53 UTC - Dave Grove: See <https://github.com/apache/incubator-openwhisk-deploy-kube> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562429153236400?thread_ts=1562416354.228700&cid=C3TPCAQG1 ---- 2019-07-06 23:07:29 UTC - Michael Schmidt: Hi everyone I have apache openwhisk running on my k8s cluster and have the non web services working in the cluster (that is just because I don't have valid certs I can use, but that is okay for now I can forget the web services)
I also have an apche kafka and a streaming framework I am looking to throw out in favor of the serverless architecture. Are there any examples or does anyone have any experience with having a function trigger when a kafka event comes in. I am aware that open-whisk has a kafka of its own, but for this I need to use my existent kafka as the data transport team provides the data there for people to sub and pub off and to. Any examples would be really helpful. I have been working with python, and while I haven't yet used a function to read off of confluent kafka's example topic, I have successfully pubbed and subbed using python scripts. I expect this kafka queue to constantly have a stream of data, but this data stream may flux in volume, any docs on having functions auto scale up and down would also be incredible! https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562454449241600 ---- 2019-07-06 23:08:28 UTC - Michael Schmidt: Oh also worth mentioning I am using the serverless/serverless framework with openwhisk https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562454508242200 ---- 2019-07-06 23:47:54 UTC - Michael Schmidt: I was reading on including deps for openwhisk, but when I try to run the docker command: `docker run --rm -v "$PWD:/tmp" openwhisk/python3action bash -c "cd tmp && virtualenv virtualenv && source virtualenv/bin/activate && pip install -r requirements.txt" ` It blows up and cannot install for some reason even though in a regular python:3 container it pip installs just fine https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562456874243600 ---- 2019-07-06 23:50:11 UTC - Michael Schmidt: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562457011244600 ----