Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 16ccbad

Browse files
authored
Add roadmap doc (#620)
* Add roadmap doc
1 parent 722205e commit 16ccbad

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,6 @@ or
110110
make conformance-multi
111111
```
112112

113-
## Roadmap
114-
115-
- Document, test, and create best practice around disaster recovery
116-
- Work upstream to resolve the long-term self-hosted bootstrapping
117-
- Self-host other components like etcd and networking to prove the model
118-
- Get the concept of kubelet checkpointing upstreamed
119-
- Prove out the self-hosted model on all new releases of k8s and different platforms
120-
- Document best-practices for upgrades and upstream the idea of a upgradable daemonset
121-
122113
## Getting Involved
123114

124115
Want to contribute to bootkube? Have Questions? We are looking for active participation from the community

ROADMAP.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Bootkube Roadmap
2+
3+
## v1.0.0 targets
4+
5+
- [X] Self-hosted etcd + TLS (https://github.com/kubernetes-incubator/bootkube/releases/tag/v0.4.5)
6+
- [ ] Self-hosted etcd is stable and enabled by default
7+
- [ ] Recovery from etcd-backup part of e2e testing (https://github.com/kubernetes-incubator/bootkube/issues/596)
8+
- [ ] Publicly published upstream conformance tests
9+
- [ ] How-it-works documentation for bootkube + self-hosted etcd
10+
- [ ] Documentation for running HA clusters (https://github.com/kubernetes-incubator/bootkube/issues/311)
11+
- [ ] Versioned configuration objects replace flags (https://github.com/kubernetes-incubator/bootkube/issues/565)
12+
13+
## Upstream Features (as available)
14+
15+
- [ ] Kubelet TLS bootstrap/rotation for client/server certificates (https://github.com/kubernetes/features/issues/43 & https://github.com/kubernetes/features/issues/266)
16+
- [ ] componentConfig/configMap for all core components
17+
- [ ] Cluster configuration object (https://github.com/kubernetes/kubernetes/issues/19831)
18+
- [ ] Adoption of kubelet checkpointing / deprecation of pod-checkpointer (https://github.com/kubernetes/kubernetes/issues/489)

0 commit comments

Comments
 (0)