00:01

Prerequsites

Use ofn [1] [2] CLI tool to deploy OpenFunction.

  • Install OpenFunction with Async Runtime only [3]
$ ofn install --async
  • Install OpenFunction with Async Runtime and function build framework
$ ofn install --async --shipwright

  1. Add --region-cn option in case you have limited access to gcr.io or github.com ↩︎

  2. Use --dry-run to peek the components and their versions to be installed by the current command ↩︎

  3. Please refer this to learn how to build function image at local ↩︎

current