From f2b3bab0b8c12315d5967f400744a4150715fb6f Mon Sep 17 00:00:00 2001 From: Daniel Lohse Date: Mon, 11 Jan 2021 10:13:45 +0100 Subject: [PATCH] Add roadmap --- ROADMAP.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ROADMAP.md diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000..9ca544f --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,23 @@ +# Roadmap + +# v0.1.0 + +- [x] initial release with node label and taint sync + +# v0.2.0 + +- [x] update node config file on disk + +# v0.3.0 + +- [ ] add CLI tool to generate k3osconfig kustomization +- [ ] e2e test using Ginkgo + +# v0.4.0 + +- [ ] reboot nodes upon changes to the node config file that require it + +# v0.5.0 + +- [ ] configure private registries using K8s secrets for auth +- [ ] documentation website