2019-09-24 05:40:17 UTC - Bill Zong: Jenkins: <https://builds.apache.org/> Github repo: <https://github.com/apache/openwhisk-apigateway> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1569303617024200?thread_ts=1568948302.022200&cid=C3TPCAQG1 ---- 2019-09-24 14:02:03 UTC - Nikolai Starodubtcev: hi all. I use Kubernetes cluster with containerd, and I wonder if I can run OpenWhisk actions with runtime specified in `[plugins.cri.containerd.untrusted_workload_runtime]`? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1569333723026400?thread_ts=1569333723.026400&cid=C3TPCAQG1 ---- 2019-09-24 14:17:44 UTC - Markus Thömmes: @Sven Lange-Last ^^ https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1569334664026500?thread_ts=1569333723.026400&cid=C3TPCAQG1 ---- 2019-09-24 14:25:02 UTC - Sven Lange-Last: @Nikolai Starodubtcev openwhisk requires a container factory that it uses to create / remove / manage action containers that run actions. the first factory has been the docker container factory which runs docker commands to manage action containers. at the moment, there is a kubernetes container factory which uses kube to run actions within pods (better: containers sandboxed in pods). that kube container factory works - but is probably not capable of running high volume production load reliably and fast. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1569335102026700?thread_ts=1569333723.026400&cid=C3TPCAQG1 ---- 2019-09-24 14:25:22 UTC - Sven Lange-Last: at the moment, there is no containerd container factory in openwhisk. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1569335122026900?thread_ts=1569333723.026400&cid=C3TPCAQG1 ---- 2019-09-24 14:27:10 UTC - Sven Lange-Last: depending on your needs, you could use the kube container factory with your kube cluster. said kube container factory is talking to kube to create / remove pods. it doesn’t matter which cri the kube cluster uses. in other words: this should work for you - at least for testing purposes. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1569335230027100?thread_ts=1569333723.026400&cid=C3TPCAQG1 ---- 2019-09-24 14:28:59 UTC - Sven Lange-Last: the containerd cri config setting `plugins.cri.containerd.untrusted_workload_runtime` holds a list of runtimes that can be used to configure different kinds of runtime classes (see <https://kubernetes.io/docs/concepts/containers/runtime-class/>). the most prominent runtime class is probably `runc` - which is the oci reference implementation of the oci runtime spec. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1569335339027300?thread_ts=1569333723.026400&cid=C3TPCAQG1 ---- 2019-09-24 14:29:45 UTC - Sven Lange-Last: just to be sure: openwhisk does NOT provide a container factory for runc. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1569335385027700?thread_ts=1569333723.026400&cid=C3TPCAQG1 ---- 2019-09-24 14:40:25 UTC - Mike: Hi, I try to install OpenWhisk on my local test cluster, but the second job( Openwhisk-install-packages) doesn't complete. I followed the documentatie closely. I did label the nodes as invoker (seen that solution on GitHub). could you guys help me? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1569336025030000?thread_ts=1569336025.030000&cid=C3TPCAQG1 ---- 2019-09-24 14:41:12 UTC - Mike: The Openwhisk pod is stuck on podInitializing https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1569336072030200?thread_ts=1569336025.030000&cid=C3TPCAQG1 ---- 2019-09-24 15:10:39 UTC - Bill Zong: The install-packages pod initializing would take minutes for downloading some resources. Be patient or you could try to do some little tricks to get over it. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1569337839030400?thread_ts=1569336025.030000&cid=C3TPCAQG1 ----