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.

62 lines
2.5 KiB

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