2019-08-21 04:36:01 UTC - chetanm: What error does it report https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566362161068300?thread_ts=1566336101.068200&cid=C3TPCAQG1 ---- 2019-08-21 04:36:28 UTC - chetanm: One issue with using DCF can be that it needs priveleged access which may be disabled on some setups https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566362188068500?thread_ts=1566336101.068200&cid=C3TPCAQG1 ---- 2019-08-21 09:24:54 UTC - Sven Lange-Last: @Misha Iesiev do the invoker pods start up properly on kube? if yes, have a look at the invoker logs⦠they should contain the docker commands the invoker is trying to run including error messages if they fail. do you see any docker command errors? you could also exec into the invoker pods and try to run the docker commands manually to see more info. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566379494068700?thread_ts=1566336101.068200&cid=C3TPCAQG1 ---- 2019-08-21 13:02:51 UTC - Misha Iesiev: @Sven Lange-Last using k8s container factory invoker worked fine (except that it takes ~10sec to run a pod with runtime container..)
in case of docker container factory we see no logs, invoker pods fail to initialize. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566392571068900?thread_ts=1566336101.068200&cid=C3TPCAQG1 ---- 2019-08-21 13:12:38 UTC - Sven Lange-Last: @Misha Iesiev i see. do you want to further debug the docker related problems you see with kube? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566393158069200?thread_ts=1566336101.068200&cid=C3TPCAQG1 ---- 2019-08-21 13:21:51 UTC - Misha Iesiev: @Sven Lange-Last Sorry, what do you mean by > docker related problems you see with kube ? in case of k8s container factory we see no issues, but docker container factory prevents invoker to even initialize.. which is weird as we do not even try to run any whisks for container factory to make any difference, I would think.. and having no logs puts us into dark room.. Do you have a suggestion where to look at to debug this? thank you! https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566393711069400?thread_ts=1566336101.068200&cid=C3TPCAQG1 ---- 2019-08-21 13:46:20 UTC - Pepi Paraskevoulakou: And did you built and trained your own model and then make them docker and pushed it in whisk? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566395180070700?thread_ts=1566295387.062300&cid=C3TPCAQG1 ---- 2019-08-21 14:02:41 UTC - Carlos Santana: Using `docker container factory` in openshift hosted on ibm public cloud its deployed with crio not docker engine, so it would not work with crio from what I understand. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566396161071100?thread_ts=1566336101.068200&cid=C3TPCAQG1 ---- 2019-08-21 14:05:22 UTC - Matt Rutkowski: REMINDER: ~ 1 HOUR until the Apache OpenWhisk Tech. Interchange project meeting, * Day-Time: Every other Wednesday, 11AM EDT (Eastern US), 5PM CEST (Central Europe), 3PM GMT, 11PM (Beijing) * Zoom: <https://zoom.us/my/asfopenwhisk> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566396322071500 ---- 2019-08-21 14:08:39 UTC - Sven Lange-Last: correct - if openshift is deployed with cri-o and has no docker daemon in parallel, docker container factory would fail. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566396519071600?thread_ts=1566336101.068200&cid=C3TPCAQG1 ---- 2019-08-21 14:08:42 UTC - James Thomas: yes https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566396522071800?thread_ts=1566295387.062300&cid=C3TPCAQG1 ---- 2019-08-21 14:10:03 UTC - Sven Lange-Last: invoker pod startup problems can be analyzed using `kubectl describe ...` on the invoker daemonset and invoker pods. you could also try `kubectl logs` on the invoker pods. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566396603072000?thread_ts=1566336101.068200&cid=C3TPCAQG1 ---- 2019-08-21 14:17:14 UTC - Pepi Paraskevoulakou: Ok thank you, now I am trying to build my own docker image which has a trained ml model and afterwards I will try to push it in whisk. But tell me something can I create a sequence of functions including simple python actions with above mentioned docker action? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566397034075500?thread_ts=1566295387.062300&cid=C3TPCAQG1 ---- 2019-08-21 14:50:48 UTC - Matt Rutkowski: GET READY! ~10 minutes until the Apache OpenWhisk Tech. Interchange project meeting, <https://zoom.us/my/asfopenwhisk> * Day-Time: Every other Wednesday, 11AM EDT (Eastern US), 5PM CEST (Central Europe), 3PM GMT, 11PM (Beijing) * Zoom: <https://zoom.us/my/asfopenwhisk> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566399048075800 ---- 2019-08-21 15:38:43 UTC - Misha Iesiev: @Carlos Santana We have openshift running on a fyre cluster. Not sure of exact openshift configuration, but we did see docker daemon on the cluster nodes. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566401923075900?thread_ts=1566336101.068200&cid=C3TPCAQG1 ---- 2019-08-21 15:39:56 UTC - Misha Iesiev: > invoker pod startup problems can be analyzed using `kubectl describe ...` on the invoker daemonset ah, right, I guess we missed checking daemonset, will try! thanks! https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566401996076100?thread_ts=1566336101.068200&cid=C3TPCAQG1 ---- 2019-08-21 15:45:52 UTC - James Thomas: yes https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1566402352076300?thread_ts=1566295387.062300&cid=C3TPCAQG1 ----