You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
2.5 KiB

  1. Kubespray's roadmap
  2. =================
  3. ### Self deployment (pull-mode) [#320](https://github.com/kubespray/kubespray/issues/320)
  4. - the playbook would install and configure docker and the etcd cluster
  5. - the following data would be inserted into etcd: certs,tokens,users,inventory,group_vars.
  6. - a "kubespray" container would be deployed (kubespray-cli, ansible-playbook)
  7. - to be discussed, a way to provide the inventory
  8. - **self deployment** of the node from inside a container [#321](https://github.com/kubespray/kubespray/issues/321)
  9. ### Provisioning and cloud providers
  10. - [ ] Terraform to provision instances on:
  11. - [ ] GCE
  12. - [x] AWS (contrib/terraform/aws)
  13. - [x] Openstack (contrib/terraform/openstack)
  14. - [x] Packet
  15. - [ ] Digital Ocean
  16. - [ ] Azure
  17. - [ ] On AWS autoscaling, multi AZ
  18. - [ ] On Azure autoscaling, create loadbalancer [#297](https://github.com/kubespray/kubespray/issues/297)
  19. - [ ] On GCE be able to create a loadbalancer automatically (IAM ?) [#280](https://github.com/kubespray/kubespray/issues/280)
  20. - [x] **TLS bootstrap** support for kubelet (covered by kubeadm, but not in standard deployment) [#234](https://github.com/kubespray/kubespray/issues/234)
  21. (related issues: https://github.com/kubernetes/kubernetes/pull/20439 <br>
  22. https://github.com/kubernetes/kubernetes/issues/18112)
  23. ### Tests
  24. - [x] Run kubernetes e2e tests
  25. - [ ] Test idempotency on single OS but for all network plugins/container engines
  26. - [ ] single test on AWS per day
  27. - [ ] test scale up cluster: +1 etcd, +1 master, +1 node
  28. - [x] Reorganize CI test vars into group var files
  29. ### Lifecycle
  30. - [ ] Upgrade granularity: select components to upgrade and skip others
  31. ### Networking
  32. - [ ] Opencontrail
  33. - [ ] Consolidate roles/network_plugin and roles/kubernetes-apps/network_plugin
  34. ### Kubespray API
  35. - Perform all actions through an **API**
  36. - Store inventories / configurations of multiple clusters
  37. - Make sure that state of cluster is completely saved in no more than one config file beyond hosts inventory
  38. ### Addons (helm or native ansible)
  39. - [x] Helm
  40. - [x] Ingress-nginx
  41. - [x] kubernetes-dashboard
  42. ### Others
  43. - Organize and update documentation (split in categories)
  44. - Refactor downloads so it all runs in the beginning of deployment
  45. - Make bootstrapping OS more consistent
  46. - **consul** -> if officially supported by k8s
  47. - Flex volumes options (e.g. **torrus** support) [#312](https://github.com/kubespray/kubespray/issues/312)
  48. - Clusters federation option (aka **ubernetes**) [#329](https://github.com/kubespray/kubespray/issues/329)