2019-08-29 07:45:41 UTC - chetanm: Note that 1 MB limit is mostly to ensure that responses play well with the Kafka. All request and responses are routed via Kafka to the respective container currently and pushing very big records would cause issue. General recommendation there is to save the response in some blob store and send back a url to that https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567064741008900?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 07:47:16 UTC - chetanm: So you changed 1048576 => 2097152 i.e. ~ 2 MB (I miss understood that you tried with 2 GB) https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567064836009100?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 07:47:21 UTC - chetanm: That change should work https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567064841009300?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 07:49:45 UTC - chetanm: Did you ran `make docker-build` post you change? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567064985009500?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 07:50:39 UTC - chris: I don't know which step is fault for me so that changes are not work at all.
The first step is to close the current openwhisk by using `make stop` The next step is to change the setting in the path `/incubator-openwhisk-devtools/docker-compose/openwhisk-src/common/scala/src/main/resources/application.conf` Finally, reinstall it by using `make quick-start` The above steps is right?????? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567065039009700?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 07:52:10 UTC - chetanm: I have not much used dev tools. But I think by default it always uses the openwhisk/controller:nightly images https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567065130009900?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 07:52:20 UTC - chetanm: so local built images would not get picked … https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567065140010100?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 07:53:47 UTC - chetanm: README has steps on how to use your local images <https://github.com/apache/openwhisk-devtools/tree/master/docker-compose#local-docker-containers-for-controllers-and-invokers> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567065227010300?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 07:54:02 UTC - chetanm: <https://github.com/apache/openwhisk-devtools/tree/master/docker-compose#pull-and-build-local-openwhisk-core-images> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567065242010500?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 07:55:47 UTC - chetanm: You can avoid bulding by specifying an env variable also by setting env `CONFIG_whisk_activation_payload_max` for both controller and invoker images https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567065347010700?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 07:58:15 UTC - chris: It's so hard to understand the steps how to start.....omg https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567065495010900?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 07:59:12 UTC - chetanm: If you are just trying to try out OW feature standalone openwhisk may be a better entry point https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567065552011200?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 08:02:23 UTC - chris: which is the most recommend way to install OW ? K8s? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567065743011400?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 08:03:07 UTC - chetanm: OW on k8s has the best out of the box setup experience https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567065787011600?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 08:05:44 UTC - chris: If I install OW on k8s, it can be customize the OW's action limitation and settings ???? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567065944012000?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 08:06:21 UTC - chetanm: yes you can change the config settings via env variables or providing encoded config file https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567065981012200?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 08:10:13 UTC - chris: Using Minikube ? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567066213012400?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 08:11:43 UTC - chris: I just know a little with kubernetes. No experience with it so far..... omg https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567066303012600?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 08:16:02 UTC - chetanm: Whats your planned usecase with OpenWhisk … operate a large setup or a small one to execute few functions https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567066562012800?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 08:17:26 UTC - chris: intermediate ... https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567066646013000?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 08:19:02 UTC - chris: `Using a Kubernetes cluster you built yourself` seems this is better right~~? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567066742013200?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 08:36:27 UTC - chetanm: If you want to operate your own setup then you would need to deal with k8s and some of the low level details https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567067787013400?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 08:36:38 UTC - chetanm: So k8s would right entrypoint https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567067798013600?thread_ts=1566876260.021000&cid=C3TPCAQG1 ---- 2019-08-29 13:47:21 UTC - Philipp Heuberger: Hey folks, what’s currently the best way to send a message to an Event Streams topic from a Node.js action (Serverless Framework)? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567086441014900?thread_ts=1567086441.014900&cid=C3TPCAQG1 ---- 2019-08-29 14:04:05 UTC - Philipp Heuberger: I should add, that the Event Streams Service is on this new Standard Plan and IAM enabled. That means it doesn’t automatically create a Bluemix_XYZ[…] package https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567087445015000?thread_ts=1567086441.014900&cid=C3TPCAQG1 ---- 2019-08-29 18:57:43 UTC - Pepi Paraskevoulakou: can you help me please? or if you have any example https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567105063015200?thread_ts=1566911381.022900&cid=C3TPCAQG1 ---- 2019-08-29 19:29:09 UTC - Pepi Paraskevoulakou: If i store my model in a pickle file, create a virtualenv with all the necessary libraries and create a main.py with api flask and make the prediction with the below model it will work? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1567106949017600 ----