boson-project / functions

A directory of information and resources for the Boson Project.
Apache License 2.0
6 stars 5 forks source link

docs: add tutorial and rework README.md #4

Closed lance closed 3 years ago

lance commented 4 years ago

This commit adds a tutorial and instructions for quickly setting up a kind cluster for use with Boson Functions. The README.md has also been modified with some of the content being covered in the tutorial.

lance commented 3 years ago

@lholmquist thanks for the excellent feedback! I think I have addressed your comments with my latest push. Can you PTAL?

lholmquist commented 3 years ago

changes look good. i'll give it a run through again and see if I get any errors

lance commented 3 years ago

@nainaz did you have success as well?

lance commented 3 years ago

@lholmquist just checking to see if you ultimately had any success with this tutorial.

lholmquist commented 3 years ago

haven't had the chance yet. I wasn't sure if the faas client needed to be relased for that delete fix

lance commented 3 years ago

@lholmquist the next release will have the delete fix. But you should not encounter it anyway if you follow step by step. Not sure what went wrong the last time.

lholmquist commented 3 years ago

somewhat related to this, but it has to do more with the node.js code that is generated.

I wonder if you should rename the faas-js-runtime module to not have the @redhat namespace like i mentioned on previous occasions :)

lance commented 3 years ago

I wonder if you should rename the faas-js-runtime module to not have the @redhat namespace like i mentioned on previous occasions :)

Yes?

lance commented 3 years ago

Thanks for the feedback @lholmquist - incorporated and landing!