Merge pull request #8776 from medyagh/office_hour_alternative

update roadmap 2020
pull/8781/head
Medya Ghazizadeh 2020-07-20 12:50:00 -07:00 committed by GitHub
commit 263bcd3a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

1
go.mod
View File

@ -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

View File

@ -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