apache/openwhisk-deploy-openshift

Does not deploy on OpenShift Container Platform 3.10

Closed this issue · 3 comments

It fails on creating the Cronjobs because the API version changed.

Needs 'batch/v1beta1' instead of 'batch/v2alpha1' for the apiVersion of the two Cronjobs.

Thanks for the bug report! We don't test against OpenShift Container Platform here, but we can add its upstream, OKD 3.10, to the CI matrix and get this fixed.

+1, also affects OKD 3.11 which is the current/latest release

Closing issue to prepare to archive project. Deploying on OpenShift now supported by https://github.com/apache/openwhisk-deploy-kube.