You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by OpenWhisk Team Slack <ra...@apache.org> on 2019/12/24 09:39:51 UTC

[slack-digest] [2019-12-23] #general

2019-12-23 04:44:22 UTC - Archit Sud: Hey I was wondering if we can increase the timeout more that max limit of 5 mins?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577076262041200?thread_ts=1577076262.041200&cid=C3TPCAQG1
----
2019-12-23 04:50:07 UTC - chetanm: Limits are configurable. Defaults are specified here <https://github.com/apache/openwhisk/blob/master/common/scala/src/main/resources/application.conf#L355>
+1 : Archit Sud
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577076607042100?thread_ts=1577076262.041200&cid=C3TPCAQG1
----
2019-12-23 04:51:15 UTC - chetanm: If you are deploying std images you can override it via env `CONFIG_whisk_timeLimit`
grinning : Archit Sud
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577076675042400?thread_ts=1577076262.041200&cid=C3TPCAQG1
----
2019-12-23 04:51:34 UTC - Archit Sud: Thanks alot for sharing. It's of great help.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577076694042600?thread_ts=1577076262.041200&cid=C3TPCAQG1
----
2019-12-23 14:28:24 UTC - Michele Sciabarra: Hello all I have an use case where I need to run the standalone openwhisk in a docker container (because I have to reduce the prerequisites and asking to install also a jdk CAN be a problem)
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577111304044200
----
2019-12-23 14:29:09 UTC - Michele Sciabarra: I managed to have the standalone docker running in a docker container with a simple change in the StandaloneDockerSupport
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577111349045300
----
2019-12-23 14:29:39 UTC - Michele Sciabarra: I added properties to the the getLocalHostName() and getInternalName() and at least the controller works
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577111379046000
----
2019-12-23 14:31:27 UTC - Michele Sciabarra: note that I lanunched the docker container with --privileged and I mounted the /var/run/docker.sock and I also added the docker command. I am able to launch images with the docker
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577111487048000
----
2019-12-23 14:32:01 UTC - Michele Sciabarra: the problem is that I get an error because tie DockerClient tries to connect to an ip that is the EXTERNAL docker API host
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577111521048700
----
2019-12-23 14:33:04 UTC - Michele Sciabarra: I see in the code that there is a StandaloneDockerFactory using the DockeClientWIthFileSystem - I wonder what it should be to make the controller work …
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577111584049900
----
2019-12-23 14:35:04 UTC - Michele Sciabarra: I see in the logs an exception with connection failed to the internal docker ip in port 8080
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577111704050800
----
2019-12-23 14:37:12 UTC - Michele Sciabarra: @chetanm can you help here as I think you are the main author of standalone openwhisk?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577111832051600
----
2019-12-23 15:21:38 UTC - chetanm: Is this on Mac or Linux
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577114498052100
----
2019-12-23 15:22:20 UTC - chetanm: For in Docker mode you should customize client to work normally as the container ip should be resolvable
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577114540053300
----
2019-12-23 15:22:44 UTC - chetanm: Or if you can push your work somewhere I can give it a tey
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577114564053900
----
2019-12-23 17:16:54 UTC - Michele Sciabarra: I can show it easily let me collect this
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577121414054800
----