Releases: projectodd/openwhisk-openshift
Releases · projectodd/openwhisk-openshift
Latest developer preview
This is a convenient non-stable release that closely tracks master, so it will change over time. Stable, non-pre-release versions are also available.
The following command will deploy OpenWhisk in your OpenShift project using the latest ephemeral template in this repo:
oc process -f https://git.io/openwhisk-template | oc create -f -
See the README for more details.
Used for Summit 2018 demo
After downloading this release, cd to it and run the following command to deploy OpenWhisk in your OpenShift project:
oc process -f template.yml | oc create -f -
See the README for more details.