sciabarracom commented on issue #451: Add Helm chart support for replicated Kafka instances URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/451#issuecomment-487247521 I was a able to use the chart in an internal cluster, without tls, with kafka replicaCount=3 and create a simple hello application with wsk -i. However, if I run helm test I get: ``` helm test owdev RUNNING: owdev-tests-package-checker FAILED: owdev-tests-package-checker, run `kubectl logs owdev-tests-package-checker --namespace openwhisk` for more info RUNNING: owdev-tests-smoketest FAILED: owdev-tests-smoketest, run `kubectl logs owdev-tests-smoketest --namespace openwhisk` for more info ``` Logs say: ``` kubectl logs owdev-tests-package-checker --namespace openwhisk ok: whisk auth set. Run 'wsk property get --auth' to see the new value. ok: whisk API host set to https://192.168.64.8:31001 Looking for package combinators wsk package list did not find combinators; sleep 5 seconds and try again wsk package list did not find combinators; sleep 5 seconds and try again wsk package list did not find combinators; sleep 5 seconds and try again wsk package list did not find combinators; sleep 5 seconds and try again wsk package list did not find combinators; sleep 5 seconds and try again FAILED! Could not list package combinators ``` kubectl logs owdev-tests-smoketest --namespace openwhisk ``` ok: whisk auth set. Run 'wsk property get --auth' to see the new value. ok: whisk API host set to https://192.168.64.8:31001 Creating action error: Unable to create action 'hello': resource already exists (code trdixQTHS2QKGQuYtPSpQLsB1BgKo74P) Run 'wsk --help' for usage. FAILED! Could not create a hello action! Listing action success: wsk action list included hello Inoking action via CLI Invoking as web action Registering as an api error: Unable to create API: The requested resource does not exist. (code GdKpKNBSxjUk2sZHUq0Edg92FDw1IDrM) FAILED: unable to create API Invoking action via the api error: Unable to obtain the API list: The requested resource does not exist. (code ucrwaMLTXoFq8N6bA1KKzdxjwMaZKHD7) FAILED! Could not invoke hello via apigateway ```
---------------------------------------------------------------- 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
