hugy718 opened a new pull request, #730: URL: https://github.com/apache/openwhisk-deploy-kube/pull/730
## Summary This PR uses the latest set of images of openwhisk to fix the deployment failure. ## Description Since last week, I cannot deploy openwhisk on Kubernetes, as the `install-package` pods always report error. The issue can be fixed by updating `npm` in the `ow-util` image used by `install-package` pod, which has been done by [PR#5261](https://github.com/apache/openwhisk/pull/5261) in the openwhisk main repo. More info about deployment failure can be found at [Issue#5260](https://github.com/apache/openwhisk/issues/5260) under the openwhisk main repo. I have verified that the latest set of images pushed to Dockerhub under openwhisk account works on my Kubernetes cluster. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
