You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TODO.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,10 @@ Features
6
6
7
7
There's currently no support for specifying rate limits for network or block device access.
8
8
9
-
Better integration with CNI could be nice. Currently, the network namespace should be created ahead of time by and, and the CNI plugins should be run within it to configure the network. Then the firecracker process (`cmd/firectl/firectl` or whatever process is calling the library) can join that namespace and attach to the appropriate TAP device. At least some of this workflow should be integrated into the library.
9
+
Support for configuring the Firecracker MMDS.
10
10
11
-
Integration with the `jailer`
11
+
Integration with the [jailer](https://github.com/firecracker-microvm/firecracker/blob/master/docs/jailer.md)
12
12
13
+
Tests
14
+
---
13
15
The tests rely on a bunch of hardcoded information and priviledged access. This should be fixed.
0 commit comments