add more todo

This commit is contained in:
Benjamin Elder
2018-08-29 14:47:34 -07:00
parent ddbb1bdc37
commit 587a86e146

View File

@@ -3,6 +3,8 @@
A non-exhaustive list of tasks (in no-particular order) includes:
- [x] basic single "node" clusters
- [x] multiple clusters per host / named clusters
- [ ] user guides for common usage
- [ ] user guides for more advanced usage
- [ ] preflight checks
- [ ] multi-node clusters
- [x] support for multiple kubernetes builds:
@@ -25,8 +27,9 @@ A non-exhaustive list of tasks (in no-particular order) includes:
- [ ] more advanced network configuration (not docker0)
- [ ] support for other CRI within the "node" containers (containerd, cri-o)
- [ ] switch from `exec.Command("docker", ...)` to the Docker client library
- [ ] log dumping functionality
- [ ] log dumping functionality / cli commands
- [ ] support audit logging
- [ ] cli command to list clusters
# Wishlist