apache / openwhisk-deploy-kube

The Apache OpenWhisk Kubernetes Deployment repository supports deploying the Apache OpenWhisk system on Kubernetes and OpenShift clusters.
https://openwhisk.apache.org/
Apache License 2.0
301 stars 231 forks source link

fix deploy: use new ow-util image to avoid install-package pod error #730

Closed hugy718 closed 2 years ago

hugy718 commented 2 years ago

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 in the openwhisk main repo.

More info about deployment failure can be found at Issue#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.