2019-05-29 10:19:33 UTC - hub: hi, one question, I've created openwhisk using helm on kubernetes, and when I want to create ruby action i get ```error: Invalid argument(s). '.rb' is not a supported action runtime Run 'wsk --help' for usage.```, can someone tell me if I am doing something wrong? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1559125173005700?thread_ts=1559125173.005700&cid=C3TPCAQG1 ---- 2019-05-29 14:16:32 UTC - Matt Rutkowski: being most (if not all) are “xmlns” (i.e., XML namespaces) to uniquely qualify the document elements and are not used for actual connections, is this still a real concern? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1559139392006200?thread_ts=1558441355.160000&cid=C3TPCAQG1 ---- 2019-05-29 14:30:52 UTC - Justin Halsall: Hi all, I'm running a little low on content for our upcoming Openwhisk Tech Interchange, if anyone has any updates they'd like to share or anything they are working on they'd like to present, please let me know! https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1559140252007500?thread_ts=1559140252.007500&cid=C3TPCAQG1 ---- 2019-05-29 14:33:07 UTC - Dave Grove: sorry, have a conflict today. not going to make it. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1559140387007600?thread_ts=1559140252.007500&cid=C3TPCAQG1 ---- 2019-05-29 15:00:13 UTC - Justin Halsall: Reminder: Web Meeting: Tech Interchange (bi-weekly) starting NOW * Zoom: <https://zoom.us/my/asfopenwhisk> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1559142013008100 ---- 2019-05-29 15:06:09 UTC - Rodric Rabbah: is your wsk cli recent? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1559142369008500?thread_ts=1559125173.005700&cid=C3TPCAQG1 ---- 2019-05-29 15:06:14 UTC - Rodric Rabbah: <https://github.com/apache/incubator-openwhisk-cli/blob/2d2d6736cb8c9f36b689fcb3247530b1683e0c89/commands/action.go#L58> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1559142374008700?thread_ts=1559125173.005700&cid=C3TPCAQG1 ---- 2019-05-29 17:25:52 UTC - chetanm: Is there any metric we capture to indicate time spent in finding/allocating a container. `initTime` I believe is time spent in `/init` call. I am looking for a metric which captures the time which is spent in container factory to allocate and return a container https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1559150752010300 ---- 2019-05-29 17:26:46 UTC - chetanm: May be for DockerContainerFactory it does not make much difference as it would be genrally small … however for k8s and mesos this may be high https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1559150806011200 ---- 2019-05-29 17:32:34 UTC - Rodric Rabbah: `waitTime` on the activation https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1559151154011400 ---- 2019-05-29 17:32:48 UTC - Rodric Rabbah: that includes time spent in kafka + time spent allocating a container https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1559151168011800 ---- 2019-05-29 17:34:21 UTC - Rodric Rabbah: there are also metrics emitted for the docker operations so you can see the min/max/avg for the container management https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1559151261013400 ---- 2019-05-29 17:35:28 UTC - chetanm: okie … may be we should have a separate attribute to capture container allocation time +1 : Dominic Kim https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1559151328014200 ---- 2019-05-29 17:35:46 UTC - chetanm: As this would be a more variable factor for setups using container orchestrator https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1559151346014700 ---- 2019-05-29 20:11:10 UTC - Saurab Joshi: "it is overloaded or down for maintenance openwhisk" I have seen this couple of times when I try to invoke a function. What do i need to do? I am currently running openwhisk on one server using docker-compose. Would it be better if I run it on Kubernetes and have containers scale up? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1559160670016300 ----