This repository was archived by the owner on Jul 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-9
lines changed
Expand file tree Collapse file tree 2 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 110110make 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
124115Want to contribute to bootkube? Have Questions? We are looking for active participation from the community
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments