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
296 stars 228 forks source link

Ingress refresh #687

Closed dgrove-oss closed 3 years ago

dgrove-oss commented 3 years ago

Update to v1 version of Ingress. Simplify single node deployment on Docker/kind. Fix/address some of the limitations on OpenShift. Fixes #617. Fixes #581. Fixes #437

dgrove-oss commented 3 years ago

Still working on IKS / ROKS changes, but wanted to see how the kind changes worked on linux with travis...

dgrove-oss commented 3 years ago

Thanks! Yeah, I went through and deployed on docker & kind (both on Mac) and Kubernetes & OpenShift on IBM Cloud. Travis tests for kind on linux. The main hole is deploying on GKE and AWS. On the one hand, I didn't change those instructions very much. On the other hand, they probably don't work since there are some changes from the beta Ingress to v1. So, we could use someone who actually uses the managed Kubernetes service from Google/Amazon to validate.