Skip to content

Commit 263bcd3

Browse files
authored
Merge pull request #8776 from medyagh/office_hour_alternative
update roadmap 2020
2 parents bf38785 + f945b20 commit 263bcd3

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

go.mod

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ require (
7474
github.com/zchee/go-vmnet v0.0.0-20161021174912-97ebf9174097
7575
golang.org/x/build v0.0.0-20190927031335-2835ba2e683f
7676
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
77-
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect
7877
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
7978
golang.org/x/sys v0.0.0-20200523222454-059865788121
8079
golang.org/x/text v0.3.2

site/content/en/docs/contrib/roadmap.en.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ Please send a PR to suggest any improvements to it.
2626

2727
## (#3) Support all Kubernetes features
2828

29-
- [ ] Multi-node
29+
- [x] Multi-node
3030
- [ ] IPv6
3131
- [ ] Usage documentation for 3 leading CNI providers
3232
- [ ] Automatically publish conformance test results after a release
3333

3434
## (#4) Cross-platform
3535

3636
- [x] VM-free deployment to containers (Docker, Podman)
37-
- [ ] Windows as a first-class citizen
38-
- [ ] WSL2 support (no additional VM required)
37+
- [x] Windows as a first-class citizen
38+
- [x] WSL2 support (no additional VM required)
3939
- [ ] Firecracker VM support
4040
- [ ] Generic (SSH) driver support
4141

@@ -47,10 +47,10 @@ Please send a PR to suggest any improvements to it.
4747

4848
## (#6) High Performance
4949

50-
- [ ] Startup latency under 30s
50+
- [x] Startup latency under 30s
5151
- [ ] Kernel-assisted mounts (CIFS, NFS) by default
5252
- [x] Pause support
53-
- [ ] <25% CPU overhead on a single core
53+
- [x] <25% CPU overhead on a single core
5454

5555
## (#7) Developer Focused
5656

0 commit comments

Comments
 (0)