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
297 stars 231 forks source link

Question: Will this work on OpenShift 4? #632

Closed troyibm closed 3 years ago

troyibm commented 4 years ago

The README mentions OpenShift 3. Do you know if there are issues using OpenShift 4? Our goal is to use our OpenWhisk functions with latest OpenShift. Haven't tried this with OpenShift 3.

dgrove-oss commented 4 years ago

I haven't had a chance to try on OpenShift 4. I'd expect it would work, but might need some tweaking around Routes/Ingress. Also, since we've moved to Helm v3 (no tiller component), a straight Helm install will probably work.

dgrove-oss commented 3 years ago

I finally had some time today to experiment with this. I updated the docs for deploying on OpenShift 4.5 in #682 . I still used a two command apply (helm template ...; oc create -f ...) because I think we need oc to be involved to create the Route. However, I did not try really hard to get it to work with a single helm command. It might be possible.