Benjamin Huo

Results 373 comments of Benjamin Huo

It's still valid but not recommended anymore. It's not removed because CI is still using these. @tpiperatgod Do we have a plan to replace deploy.sh/deleted.sh with ofn in CI? You...

> > It looks like just need to add a [action.yaml](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions) file to the [cli](https://github.com/OpenFunction/cli) and use `ofn` like this: > > ```yaml > > - name: Install dependent components...

Each component should be installed to their own ns

why we need to modify each component's chart? I think just keep it as it is is ok

@soma2000-lang, you're welcome to work on this. You can join our discord or the cncf slack channel for communication. Discord: https://discord.gg/hG3yc6uAyC Slack: Create an account at [#CNCF Slack](https://slack.cncf.io/) and then...

you can uninstall and then try `ofn install --all --region-cn`

@LinPoLen , @wrongerror can tell you how to install openfunction using helm

Thanks for the invitation @raravena80! I think April 21st is ok for us and I'll put it on the agenda. Thanks Ben

@lizzzcai Thanks for the suggestion! I think there're two problems here: 1. Optimize the image created by cloud-native buildpacks approach to reduce image size 2. A method to preload the...

@zhaibian You mean REST api? Yeah, OpenFunction don't have an separate API server Currently, OpenFunction's API are all CRDs which means you can call OpenFunction's API the same way you...