diff --git a/go.mod b/go.mod index 6bf39cab1d..b388606f14 100644 --- a/go.mod +++ b/go.mod @@ -74,7 +74,6 @@ require ( github.com/zchee/go-vmnet v0.0.0-20161021174912-97ebf9174097 golang.org/x/build v0.0.0-20190927031335-2835ba2e683f 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/sys v0.0.0-20200523222454-059865788121 golang.org/x/text v0.3.2 diff --git a/site/content/en/docs/contrib/roadmap.en.md b/site/content/en/docs/contrib/roadmap.en.md index 5ae77d85eb..b11e19f05c 100644 --- a/site/content/en/docs/contrib/roadmap.en.md +++ b/site/content/en/docs/contrib/roadmap.en.md @@ -26,7 +26,7 @@ Please send a PR to suggest any improvements to it. ## (#3) Support all Kubernetes features -- [ ] Multi-node +- [x] Multi-node - [ ] IPv6 - [ ] Usage documentation for 3 leading CNI providers - [ ] 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 - [x] VM-free deployment to containers (Docker, Podman) -- [ ] Windows as a first-class citizen -- [ ] WSL2 support (no additional VM required) +- [x] Windows as a first-class citizen +- [x] WSL2 support (no additional VM required) - [ ] Firecracker VM support - [ ] Generic (SSH) driver support @@ -47,10 +47,10 @@ Please send a PR to suggest any improvements to it. ## (#6) High Performance -- [ ] Startup latency under 30s +- [x] Startup latency under 30s - [ ] Kernel-assisted mounts (CIFS, NFS) by default - [x] Pause support -- [ ] <25% CPU overhead on a single core +- [x] <25% CPU overhead on a single core ## (#7) Developer Focused