dgrove-oss commented on issue #451: Add Helm chart support for replicated Kafka instances URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/451#issuecomment-487614107 Hi. Setting zookeeper.replicaCount to 3 is expected to work (and will eliminate zookeeper as a SPF). It should be possible to test the kafka with 3 replicas with only 1 zookeeper though. Both work for my on an IBM IKS cluster. Based on the Helm test failure, I suspect that your install-package job failed. It looks like that the apiMgmt actions are missing and the combinator package was not installed. One way for this to happen is if your ingress is misconfigured (is https://192.168.64.8:31001 actually a valid api_host if you don't have tls configured). Try `kubectl logs jobs/owdev-install-packages -n openwhisk` to see if the packages actually got installed. Thanks for continuing to try to test this; I appreciate it.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
