2019-08-23 02:51:38 UTC - chris: Sorry, I can not understand what you mean ~ I run python without --kind, i used --docker https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566528698000200?thread_ts=1566477578.083900&cid=C3TPCAQG1 ---- 2019-08-23 02:54:44 UTC - chris: Hello all~~ although @James Thomas told me change the upper limit in configuration, someone know how to customize the configuration?? To edit in this path `/tmp/openwhisk/src/common/scala/src/main/resources/application.conf` ????? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566528884002600 ---- 2019-08-23 08:11:56 UTC - Selçuk: Hi everyone, I'm trying to reinstall Lean Openwhisk on my system via `sudo ansible-playbook openwhisk.yml -e lean=true` However installation fails at the pulling action images step. Is it related with my system or Openwhisk servers? Thank you https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566547916004900?thread_ts=1566547916.004900&cid=C3TPCAQG1 ---- 2019-08-23 08:15:34 UTC - Jiang PengCheng: it depends, you can try `docker pull` to check the detail error reason https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566548134005200?thread_ts=1566547916.004900&cid=C3TPCAQG1 ---- 2019-08-23 08:25:53 UTC - Selçuk: Pulling is working seperately. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566548753005400?thread_ts=1566547916.004900&cid=C3TPCAQG1 ---- 2019-08-23 08:28:36 UTC - Jiang PengCheng: then I think you can try again, there maybe some network issue while pull images, or add `skip_pull_runtimes=True` argument to skip pulling runtime images https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566548916005600?thread_ts=1566547916.004900&cid=C3TPCAQG1 ---- 2019-08-23 08:50:09 UTC - Selçuk: This is strange. "ballerina" image's status is always "less than a second ago". https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566550209005800?thread_ts=1566547916.004900&cid=C3TPCAQG1 ---- 2019-08-23 09:22:08 UTC - Jiang PengCheng: it's strange, did you run any other command which build runtime images locally? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566552128006300?thread_ts=1566547916.004900&cid=C3TPCAQG1 ---- 2019-08-23 15:16:51 UTC - Nikolai Starodubtcev: Hi all! Am I right and OpenWhisk namespace != Kubernetes namespace even if I use K8s as container factory? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566573411007200 ---- 2019-08-23 15:26:50 UTC - Dave Grove: correct. All of OpenWhisk runs in a single Kubernetes namespace. You can create as many OpenWhisk namespaces within that instance as you want https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566574010009000 ---- 2019-08-23 16:36:12 UTC - Nikolai Starodubtcev: @Dave Grove which components of the OpenWhisk must be created in each Kubernetes namespace to run actions? :thinking_face: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566578172011100 ---- 2019-08-23 16:45:52 UTC - Dave Grove: the current Helm chart assumes all components are going into a single Kubernetes namespace. In principle, you could make changes to deploy individual components into different Kubernetes namespaces, but it would take some work. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566578752012800 ---- 2019-08-23 16:47:15 UTC - Rodric Rabbah: _… it’s not necessary if you just want to run actions (even for multiple tenants)_ https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566578835013500 ----