2019-08-16 06:10:22 UTC - chris: Hello everone, I am troubling in the same issue (<https://github.com/apache/openwhisk-wskdeploy/issues/1037>).
Does anyone have successfully worked for creating `APIs` with `wskdeploy` ?? I follow [this sample](<https://github.com/apache/openwhisk-wskdeploy/blob/master/docs/wskdeploy_apigateway_http_sequence.md>) but meet the same error like the above issue https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565935822032800 ---- 2019-08-16 11:02:34 UTC - Ahmet Uyar: Hi guys, I am installing OpenWhisk at a Ubuntu machine with ansible. When I invoke: ansible-playbook openwhisk.yml, Kafka can not connect to ZooKeeper. Kafka logs has the error: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565953354035400 ---- 2019-08-16 11:02:41 UTC - Ahmet Uyar: [2019-08-16 10:46:55,982] FATAL Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer) org.I0Itec.zkclient.exception.ZkTimeoutException: Unable to connect to zookeeper server '172.17.0.1:2181' with timeout of 6000 ms at org.I0Itec.zkclient.ZkClient.connect(ZkClient.java:1233) at org.I0Itec.zkclient.ZkClient.<init>(ZkClient.java:157) at org.I0Itec.zkclient.ZkClient.<init>(ZkClient.java:131) at kafka.utils.ZkUtils$.createZkClientAndConnection(ZkUtils.scala:103) at kafka.utils.ZkUtils$.apply(ZkUtils.scala:85) at kafka.server.KafkaServer.initZk(KafkaServer.scala:341) at kafka.server.KafkaServer.startup(KafkaServer.scala:191) at kafka.server.KafkaServerStartable.startup(KafkaServerStartable.scala:38) at kafka.Kafka$.main(Kafka.scala:65) at kafka.Kafka.main(Kafka.scala) [2019-08-16 10:46:55,988] INFO shutting down (kafka.server.KafkaServer) https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565953361035600 ---- 2019-08-16 11:03:03 UTC - Ahmet Uyar: I really appreciate any help. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565953383036000 ---- 2019-08-16 11:05:07 UTC - Ahmet Uyar: ZooKeeper container IP address seems to be: 172.17.0.2. But Kafta is trying to connect to 172.17.0.1. Not sure whether this is important. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565953507037200 ---- 2019-08-16 11:13:04 UTC - Ahmet Uyar: I started a separate ZooKeeper container, and tried to connect to ZooKeeper server by using zkCli.sh. It connects with zkCli.sh -server 172.17.0.2:2181, but can not connect with zkCli.sh -server 172.17.0.1:2181 https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565953984038800 ---- 2019-08-16 18:11:38 UTC - Roberto Santiago: Need some help again. Our kubernetes playground install of OW has been working great. Now calls to our API endpoint are now returning `default backend - 404` half the time. Anyone have any ideas what to look for? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565979098040700 ----