commit
263bcd3a06
1
go.mod
1
go.mod
|
@ -74,7 +74,6 @@ require (
|
||||||
github.com/zchee/go-vmnet v0.0.0-20161021174912-97ebf9174097
|
github.com/zchee/go-vmnet v0.0.0-20161021174912-97ebf9174097
|
||||||
golang.org/x/build v0.0.0-20190927031335-2835ba2e683f
|
golang.org/x/build v0.0.0-20190927031335-2835ba2e683f
|
||||||
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
|
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
|
||||||
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect
|
|
||||||
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
||||||
golang.org/x/sys v0.0.0-20200523222454-059865788121
|
golang.org/x/sys v0.0.0-20200523222454-059865788121
|
||||||
golang.org/x/text v0.3.2
|
golang.org/x/text v0.3.2
|
||||||
|
|
|
@ -26,7 +26,7 @@ Please send a PR to suggest any improvements to it.
|
||||||
|
|
||||||
## (#3) Support all Kubernetes features
|
## (#3) Support all Kubernetes features
|
||||||
|
|
||||||
- [ ] Multi-node
|
- [x] Multi-node
|
||||||
- [ ] IPv6
|
- [ ] IPv6
|
||||||
- [ ] Usage documentation for 3 leading CNI providers
|
- [ ] Usage documentation for 3 leading CNI providers
|
||||||
- [ ] Automatically publish conformance test results after a release
|
- [ ] Automatically publish conformance test results after a release
|
||||||
|
@ -34,8 +34,8 @@ Please send a PR to suggest any improvements to it.
|
||||||
## (#4) Cross-platform
|
## (#4) Cross-platform
|
||||||
|
|
||||||
- [x] VM-free deployment to containers (Docker, Podman)
|
- [x] VM-free deployment to containers (Docker, Podman)
|
||||||
- [ ] Windows as a first-class citizen
|
- [x] Windows as a first-class citizen
|
||||||
- [ ] WSL2 support (no additional VM required)
|
- [x] WSL2 support (no additional VM required)
|
||||||
- [ ] Firecracker VM support
|
- [ ] Firecracker VM support
|
||||||
- [ ] Generic (SSH) driver support
|
- [ ] Generic (SSH) driver support
|
||||||
|
|
||||||
|
@ -47,10 +47,10 @@ Please send a PR to suggest any improvements to it.
|
||||||
|
|
||||||
## (#6) High Performance
|
## (#6) High Performance
|
||||||
|
|
||||||
- [ ] Startup latency under 30s
|
- [x] Startup latency under 30s
|
||||||
- [ ] Kernel-assisted mounts (CIFS, NFS) by default
|
- [ ] Kernel-assisted mounts (CIFS, NFS) by default
|
||||||
- [x] Pause support
|
- [x] Pause support
|
||||||
- [ ] <25% CPU overhead on a single core
|
- [x] <25% CPU overhead on a single core
|
||||||
|
|
||||||
## (#7) Developer Focused
|
## (#7) Developer Focused
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue