File tree 2 files changed +5
-6
lines changed
site/content/en/docs/contrib
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ require (
74
74
github.com/zchee/go-vmnet v0.0.0-20161021174912-97ebf9174097
75
75
golang.org/x/build v0.0.0-20190927031335-2835ba2e683f
76
76
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
77
- golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect
78
77
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
79
78
golang.org/x/sys v0.0.0-20200523222454-059865788121
80
79
golang.org/x/text v0.3.2
Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ Please send a PR to suggest any improvements to it.
26
26
27
27
## (#3 ) Support all Kubernetes features
28
28
29
- - [ ] Multi-node
29
+ - [x ] Multi-node
30
30
- [ ] IPv6
31
31
- [ ] Usage documentation for 3 leading CNI providers
32
32
- [ ] Automatically publish conformance test results after a release
33
33
34
34
## (#4 ) Cross-platform
35
35
36
36
- [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)
39
39
- [ ] Firecracker VM support
40
40
- [ ] Generic (SSH) driver support
41
41
@@ -47,10 +47,10 @@ Please send a PR to suggest any improvements to it.
47
47
48
48
## (#6 ) High Performance
49
49
50
- - [ ] Startup latency under 30s
50
+ - [x ] Startup latency under 30s
51
51
- [ ] Kernel-assisted mounts (CIFS, NFS) by default
52
52
- [x] Pause support
53
- - [ ] <25% CPU overhead on a single core
53
+ - [x ] <25% CPU overhead on a single core
54
54
55
55
## (#7 ) Developer Focused
56
56
You can’t perform that action at this time.
0 commit comments