k-jingyang / k-jingyang.github.io

Personal blog & learning journal
https://k-jingyang.github.io/
2 stars 0 forks source link

Parsing error in firecracker CNI config #15

Open sravan-s opened 4 days ago

sravan-s commented 4 days ago

First of all, thanks for the blog, it was quite useful for some of my experiments with firecracker

https://github.com/k-jingyang/k-jingyang.github.io/blob/master/_posts/2024-06-15-firecracker-bridge.md?plain=1#L66 "subnet": "172.16.0.0/24", That trailing comma cause error in parsing the config.

k-jingyang commented 3 days ago

@sravan-s, glad my posts helped! Thanks for letting me know.

Curious, what are you trying out with firecracker?

sravan-s commented 2 days ago

I was trying to build something like back-end for a coding notebook(similar to jupyter, zeppelin etc.)

A notebook is made of pargraphs, each paragraph is a block of code . Each notebook gets a firecracker VM I design some APIs to share data between paragraphs ~

k-jingyang commented 1 day ago

That's cool!