Skip to content

Add OpenLambda demo notes#424

Open
yiquanlin212 wants to merge 2 commits intoopen-lambda:mainfrom
yiquanlin212:docs/demo-notes
Open

Add OpenLambda demo notes#424
yiquanlin212 wants to merge 2 commits intoopen-lambda:mainfrom
yiquanlin212:docs/demo-notes

Conversation

@yiquanlin212
Copy link

Summary:

  • Add DEMO_NOTES.md with a minimal Codespaces-based quickstart to build, start a worker, health-check, install, and run the hello example.

Tested:

Copy link
Author

@yiquanlin212 yiquanlin212 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ready for review. Added DEMO_NOTES.md with a minimal Codespaces quickstart to build, start a worker, health-check, install, and run the hello example. Commands were tested in GitHub Codespaces.

@yiquanlin212
Copy link
Author

Hi maintainers! GitHub shows “1 workflow awaiting approval” for this PR — could someone please approve the workflow run so CI can start? Thanks!

@yiquanlin212
Copy link
Author

Tried running ’ol worker init‘ without sudo in GitHub Codespaces (cgroups v2). It fails in initOLBaseDir when creating /dev nodes: mknod ... Operation not permitted (even after creating dev/ dir). So beyond cgroups, rootless support needs an alternative to mknod (e.g., bind-mount host /dev/{null,random,urandom} into the base, or skip device creation and rely on existing nodes in the extracted image).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant