2019-07-31 00:38:13 UTC - Jiang PengCheng: yes, but I use <https://github.com/apache/incubator-openwhisk/blob/master/ansible/README.md> to deploy https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564533493282900?thread_ts=1564469091.262500&cid=C3TPCAQG1 ---- 2019-07-31 06:58:27 UTC - Michele Sciabarra: Here is it! The book on Apache OpenWhisk. clap : Shazron Abdullah, Sugandha, chetanm, Roberto Santiago, James Thomas, mmarth, Roberto Diaz, Carlos Santana 100 : Satwik Kolhe, Roberto Diaz, Rob Allen tada : Roberto Diaz, Rob Allen whisking : Rob Allen https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564556307283400 ---- 2019-07-31 07:17:32 UTC - Pepi Paraskevoulakou: Hello I was wordering if the cause of the failed installation of OpenWhisk is the network options in VMware (I select NAT network options for the machine -Ubuntu 16.04 LTS XENIAL) https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564557452286400 ---- 2019-07-31 07:19:43 UTC - Dominic Kim: @Pepi Paraskevoulakou I don't think so, I could install OpenWhisk on Ubuntu16.04 on parallels with NAT. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564557583287300 ---- 2019-07-31 07:20:17 UTC - Dominic Kim: Did you try native setup? or via compose? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564557617287800 ---- 2019-07-31 07:20:32 UTC - Pepi Paraskevoulakou: Trap via compose https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564557632288300 ---- 2019-07-31 07:20:41 UTC - Pepi Paraskevoulakou: Yeap ** https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564557641288600 ---- 2019-07-31 07:21:16 UTC - Pepi Paraskevoulakou: Maybe the VMware workstation creates the problem https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564557676289600 ---- 2019-07-31 07:21:27 UTC - Dominic Kim: How about trying native setup if you don't any specific reason to try with the compose. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564557687289800 ---- 2019-07-31 07:21:52 UTC - Pepi Paraskevoulakou: Url for the installation? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564557712290300 ---- 2019-07-31 07:22:11 UTC - Dominic Kim: <https://github.com/apache/incubator-openwhisk/blob/master/tools/ubuntu-setup/README.md> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564557731290500 ---- 2019-07-31 07:25:55 UTC - Pepi Paraskevoulakou: It’s for 14.04 https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564557955290800 ---- 2019-07-31 07:31:31 UTC - Dominic Kim: I think you can setup on 16.04 as well. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564558291291200 ---- 2019-07-31 10:05:09 UTC - Pepi Paraskevoulakou: hello again need to do extra commands except from installation of docker-compose? (i.e start the service or something else) https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564567509292100 ---- 2019-07-31 10:08:12 UTC - Pepi Paraskevoulakou: it finds this https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564567692292200 ---- 2019-07-31 10:10:53 UTC - Dominic Kim: Have you read this guide? <https://github.com/apache/incubator-openwhisk/blob/master/tools/ubuntu-setup/README.md> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564567853292800 ---- 2019-07-31 10:11:07 UTC - Dominic Kim: You need to configure the cli. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564567867293200 ---- 2019-07-31 10:20:32 UTC - Pepi Paraskevoulakou: Still trying to install the one with docker compose https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564568432293800 ---- 2019-07-31 10:21:20 UTC - Pepi Paraskevoulakou: But I think that I am doing something wrong with docker compose, do I need to start the service or something else? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564568480295300 ---- 2019-07-31 11:49:59 UTC - Pepi Paraskevoulakou: this one when i push the command “docker-compose start" https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564573799295600 ---- 2019-07-31 12:13:51 UTC - Pepi Paraskevoulakou: wsk activation list https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564575231298300 ---- 2019-07-31 12:16:21 UTC - Nikolai Starodubtcev: Hi all! I've redeploy my OpenWhisk installation, since the previous one died. I use helm, and have problems with my install-package pods. It stucks in Init state. I tried `describe` and see that it waiting for invokers to be ready. I found this bug: <https://github.com/apache/incubator-openwhisk-deploy-kube/issues/466> The reason in that bug is that nodes weren't labeled with `openwhisk-role=invoker`. However my nodes has that label. Any further steps for troubleshooting anyone? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564575381300000?thread_ts=1564575381.300000&cid=C3TPCAQG1 ---- 2019-07-31 12:22:48 UTC - Satwik Kolhe: You need to labels Kubernetes nodes with 'openwhisk-role=invoker' Please check this document. <https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/README.md#initial-setup> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564575768300100?thread_ts=1564575381.300000&cid=C3TPCAQG1 ---- 2019-07-31 12:33:10 UTC - Nikolai Starodubtcev: ORLY? I've done it before installation and I mention it. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564576390300300?thread_ts=1564575381.300000&cid=C3TPCAQG1 ---- 2019-07-31 12:39:17 UTC - Satwik Kolhe: Please share the output of, kubectl get nodes -l openwhisk-role=invoker kubectl get pods -n <openwhisk-namespace> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564576757301000?thread_ts=1564575381.300000&cid=C3TPCAQG1 ---- 2019-07-31 12:43:16 UTC - Pepi Paraskevoulakou: wsk property set --apihost API_HOST --auth AUTH_KEY --namespace guest
which is the key? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564576996301700 ---- 2019-07-31 12:44:05 UTC - Pepi Paraskevoulakou: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564577045301900 ---- 2019-07-31 12:45:32 UTC - Dominic Kim: @Pepi Paraskevoulakou <https://github.com/apache/incubator-openwhisk/blob/master/docs/cli.md> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564577132302600 ---- 2019-07-31 12:46:18 UTC - Dominic Kim: ``` ./bin/wsk property set --auth `cat ansible/files/auth.guest` ``` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564577178302800 ---- 2019-07-31 12:48:39 UTC - Pepi Paraskevoulakou: thank you https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564577319303100 ---- 2019-07-31 12:48:50 UTC - Pepi Paraskevoulakou: do i need to configure the rest ? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564577330303400 ---- 2019-07-31 12:49:06 UTC - Pepi Paraskevoulakou: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564577346303600 ---- 2019-07-31 12:50:12 UTC - Dominic Kim: Try with adding `-i` at the end. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564577412304500 ---- 2019-07-31 12:50:33 UTC - Pepi Paraskevoulakou: what with -i ? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564577433305300 ---- 2019-07-31 12:50:43 UTC - Dominic Kim: This is because your certificate is self-signed. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564577443305600 ---- 2019-07-31 12:51:02 UTC - Dominic Kim: That flag is for insecure setup. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564577462306100 ---- 2019-07-31 12:53:52 UTC - Satwik Kolhe: @Roberto Santiago You can manually edit tenants.lua with the patch provided by @Rodric Rabbah https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564577632306200?thread_ts=1564517160.279800&cid=C3TPCAQG1 ---- 2019-07-31 12:54:14 UTC - Dominic Kim: `wsk activation list -i` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564577654306800 ---- 2019-07-31 12:54:24 UTC - Satwik Kolhe: I did it that way - and now apigateway-0.10.0 is working fine so far. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564577664306900?thread_ts=1564517160.279800&cid=C3TPCAQG1 ---- 2019-07-31 12:56:25 UTC - Nikolai Starodubtcev: ```kubectl get nodes -l openwhisk-role=invoker NAME STATUS ROLES AGE VERSION samia-xhovj3lkzun5-master-0 Ready master 77d v1.13.5 samia-xhovj3lkzun5-minion-0 Ready <none> 77d v1.13.5 samia-xhovj3lkzun5-minion-1 Ready <none> 77d v1.13.5 samia-xhovj3lkzun5-minion-2 Ready <none> 77d v1.13.5 ``` ``` kubectl get pods -n openwhisk NAME READY STATUS RESTARTS AGE proper-twelve-alarmprovider-68d97ff5bf-g2wb4 0/1 Init:0/1 0 142m proper-twelve-apigateway-7bc4d8c7fd-drm9g 1/1 Running 0 142m proper-twelve-cloudantprovider-6c959c6c98-rbs88 1/1 Running 0 142m proper-twelve-controller-0 1/1 Running 0 142m proper-twelve-couchdb-7dbdfffbfd-t594m 1/1 Running 0 142m proper-twelve-init-couchdb-8spgm 0/1 Completed 0 142m proper-twelve-init-couchdb-nxngl 0/1 Error 0 142m proper-twelve-init-couchdb-wznk8 0/1 Error 0 142m proper-twelve-install-packages-2cjfk 0/1 Init:0/1 0 117m proper-twelve-invoker-0 1/1 Running 0 142m proper-twelve-kafka-0 1/1 Running 0 142m proper-twelve-kafkaprovider-5f845ddf7b-d8vh4 1/1 Running 0 142m proper-twelve-nginx-78d9878958-dxtsc 1/1 Running 0 142m proper-twelve-redis-76d974bcb8-ln9dg 1/1 Running 0 142m proper-twelve-wskadmin 1/1 Running 0 142m proper-twelve-zookeeper-0 0/1 Running 0 142m ``` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564577785307100?thread_ts=1564575381.300000&cid=C3TPCAQG1 ---- 2019-07-31 13:00:56 UTC - Satwik Kolhe: Do you have enough network bandwidth - I have had faced same issue, in case when the network was slow, I had to reinstall the cluster again. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564578056307700?thread_ts=1564575381.300000&cid=C3TPCAQG1 ---- 2019-07-31 13:01:59 UTC - Nikolai Starodubtcev: cluster or open whisk ? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564578119308400?thread_ts=1564575381.300000&cid=C3TPCAQG1 ---- 2019-07-31 13:02:08 UTC - Pepi Paraskevoulakou: a last question because this platform causes me headache do i need to configure wsk cli first before make quick-start ???? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564578128308800 ---- 2019-07-31 13:02:15 UTC - Satwik Kolhe: Openwhisk Cluster deployed using helm https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564578135308900?thread_ts=1564575381.300000&cid=C3TPCAQG1 ---- 2019-07-31 13:02:28 UTC - Nikolai Starodubtcev: I've installed OpenWhisk on same cluster 2 month ago, and it works pretty good https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564578148309100?thread_ts=1564575381.300000&cid=C3TPCAQG1 ---- 2019-07-31 13:03:03 UTC - Nikolai Starodubtcev: My suggestion is that healthcheck failed, so everything depends on it is also failed https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564578183309300?thread_ts=1564575381.300000&cid=C3TPCAQG1 ---- 2019-07-31 13:05:00 UTC - Satwik Kolhe: Well if you check helm/openwhisk/templates/configMapFiles/installPackages/myTask.sh there are lot of things that are dependent on healthy couchDB instance as well. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564578300309700?thread_ts=1564575381.300000&cid=C3TPCAQG1 ---- 2019-07-31 13:05:10 UTC - Pepi Paraskevoulakou: that’s the error : [2019-07-31T12:34:42.484Z] [ERROR] [#tid_sid_invokerHealth] [InvokerReactive] activation event was not sent: java.lang.IllegalStateException: key ‘kind’ does not exist (in a few lines) https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564578310310000 ---- 2019-07-31 13:05:32 UTC - Satwik Kolhe: One thing that you can do is delete that install-package pod, and manually run a new install-package job https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564578332310100?thread_ts=1564575381.300000&cid=C3TPCAQG1 ---- 2019-07-31 13:08:01 UTC - chetanm: From ```proper-twelve-install-packages-2cjfk 0/1 Init:0/1 0 117m``` It indeed appears that health check initContainer is failing From ```proper-twelve-zookeeper-0 0/1 Running 0 142m``` It appears that zookeeper is not up +1::skin-tone-3 : Satwik Kolhe https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564578481310300?thread_ts=1564575381.300000&cid=C3TPCAQG1 ---- 2019-07-31 13:08:35 UTC - chetanm: This would prevent system to work properly. Can you check its logs and see why zk is not coming up https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564578515310500?thread_ts=1564575381.300000&cid=C3TPCAQG1 ---- 2019-07-31 13:19:58 UTC - Nikolai Starodubtcev: ``` kubectl logs proper-twelve-zookeeper-0 -n openwhisk zookeeper tickTime=2000 clientPort=2181 initLimit=5 syncLimit=2 dataDir=/data dataLogDir=/datalog server.0=proper-twelve-zookeeper-0.proper-twelve-zookeeper.openwhisk.svc.cluster.local:2888:3888 ZooKeeper JMX enabled by default Using config: /conf/zoo.cfg log4j:WARN No appenders could be found for logger (org.apache.zookeeper.server.quorum.QuorumPeerConfig). log4j:WARN Please initialize the log4j system properly. log4j:WARN See <http://logging.apache.org/log4j/1.2/faq.html#noconfig> for more info. ``` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564579198310800?thread_ts=1564575381.300000&cid=C3TPCAQG1 ---- 2019-07-31 13:20:26 UTC - Nikolai Starodubtcev: I know that health check is failing. I don't know why :sweat_smile: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564579226311000?thread_ts=1564575381.300000&cid=C3TPCAQG1 ---- 2019-07-31 13:23:49 UTC - chetanm: For some reason zk is not being ready. Not much in logs also. May be describe `proper-twelve-zookeeper-0` and that may have some clue https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564579429311200?thread_ts=1564575381.300000&cid=C3TPCAQG1 ---- 2019-07-31 13:32:08 UTC - Nikolai Starodubtcev: ```Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 12m default-scheduler Successfully assigned openwhisk/proper-twelve-zookeeper-0 to samia-xhovj3lkzun5-minion-0 Warning Unhealthy 11m (x3 over 12m) kubelet, samia-xhovj3lkzun5-minion-0 Liveness probe failed: dial tcp 10.100.69.11:2181: i/o timeout Normal Pulled 11m (x2 over 12m) kubelet, samia-xhovj3lkzun5-minion-0 Container image "zookeeper:3.4" already present on machine Normal Created 11m (x2 over 12m) kubelet, samia-xhovj3lkzun5-minion-0 Created container Normal Started 11m (x2 over 12m) kubelet, samia-xhovj3lkzun5-minion-0 Started container Normal Killing 11m kubelet, samia-xhovj3lkzun5-minion-0 Killing container with id <docker://zookeeper:Container> failed liveness probe.. Container will be killed and recreated. Warning Unhealthy 2m5s (x59 over 12m) kubelet, samia-xhovj3lkzun5-minion-0 Readiness probe failed: ``` it's from describe. readiness probe failed because of timeout https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564579928311400?thread_ts=1564575381.300000&cid=C3TPCAQG1 ---- 2019-07-31 16:44:19 UTC - Rob Allen: Grats @Michele Sciabarra! https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564591459312500 ---- 2019-07-31 16:44:37 UTC - Michele Sciabarra: Thanks!!!! https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564591477312800 ---- 2019-07-31 16:49:31 UTC - Roberto Santiago: What would it take for the `latest` docker image of `openwhisk/gateway` to include latest changes? <https://hub.docker.com/r/openwhisk/apigateway> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564591771314000 ---- 2019-07-31 17:33:38 UTC - Dave Grove: @Rodric Rabbah - re the apigateway 0.10.0. I see what happened. The tag in the gitrepo corresponds to rc1, not rc2. I will fix the tag. We did a second rc precisely because of this bug, but the github tag wasn’t updated to rc2 from rc1 https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564594418315400 ---- 2019-07-31 18:10:44 UTC - Dave Grove: dockerhub openwhisk/apigateway:0.10.0-incubating and :latest now fixed as well. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564596644316500 ---- 2019-07-31 18:44:22 UTC - Roberto Santiago: @Dave Grove Thanks so much! https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564598662316800 ---- 2019-07-31 18:57:48 UTC - Roberto Santiago: Have another kubernetes configuration question. We are running OW on GKE. We have had problems with our actions accessing Google cloud services like cloudsql and memorystore. I believe this is because OW is running docker networking in bridge mode (but am unsure of this). Is there any advice or "best practice" for dealing with this issue? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564599468319400?thread_ts=1564599468.319400&cid=C3TPCAQG1 ---- 2019-07-31 20:20:03 UTC - Pepi Paraskevoulakou: Do I need to configure CLI with docker compose deployment? Or it is included in make quick start? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1564604403320600 ----