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

How to replace openwhisk with modified-openwhisk on openwhisk-deploy-kube #753

Open thunderZH963 opened 1 year ago

thunderZH963 commented 1 year ago

I have modified the load balancer of openwhisk. How can I build Openwhisk with modifed code on openwhisk-deploy-kube?

hunhoffe commented 1 year ago

Hello! See the section "Deploying a locally built docker image" in the README: https://github.com/apache/openwhisk-deploy-kube/blob/master/README.md

If something doesn't make sense you can ask further questions here, but those instructions should work correctly for deploying your changes.