Skip to content

Commit cb9b07f

Browse files
authored
Merge pull request #890 from CecileRobertMichon/roadmap
📖 Create roadmap document
2 parents 77b1656 + ad84605 commit cb9b07f

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

docs/book/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Summary
22

33
[Introduction](./introduction.md)
4+
[Roadmap](./roadmap.md)
45
- [Topics](./topics/topics.md)
56
- [Cloud Provider Config](./topics/cloud-provider-config.md)
67
- [Custom Images](./topics/custom-images.md)

docs/book/src/roadmap.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Cluster API Azure Roadmap
2+
3+
This roadmap is a constant work in progress, subject to frequent revision. Dates are approximations. Features are listed in no particular order.
4+
5+
## v0.5 (v1alpha4) ~ Q4 2020
6+
7+
|Area|Description|Issue/Proposal|
8+
|--|--|--|
9+
|Network|IPV6 support|[#153](https://github.com/kubernetes-sigs/cluster-api-provider-azure/issues/153)|
10+
|OS|Windows worker nodes|[#153](https://github.com/kubernetes-sigs/cluster-api-provider-azure/issues/153)|
11+
|Compute|GPU Nodes|[#426](https://github.com/kubernetes-sigs/cluster-api-provider-azure/issues/426)|
12+
|Network|Private Clusters|[#486](https://github.com/kubernetes-sigs/cluster-api-provider-azure/issues/486)|
13+
|Identity|Multi-tenancy within one manager instance|[#586](https://github.com/kubernetes-sigs/cluster-api-provider-azure/issues/586)|
14+
|UX|Bootstrap failure detection|[#603](https://github.com/kubernetes-sigs/cluster-api-provider-azure/issues/603)|
15+
16+
## v1beta1/v1 ~ TBD
17+
18+
|Area|Description|Issue/Proposal|
19+
|--|--|--|
20+
|UX|Add tracing and metrics|[#311](https://github.com/kubernetes-sigs/cluster-api-provider-azure/issues/311)|
21+
|Network|Allow multiple subnets of role "node"|[#664](https://github.com/kubernetes-sigs/cluster-api-provider-azure/issues/664)|
22+
|Network|Azure Bastion hosts|[#165](https://github.com/kubernetes-sigs/cluster-api-provider-azure/issues/165)|
23+
|Identity|AAD Support|[#481](https://github.com/kubernetes-sigs/cluster-api-provider-azure/issues/481)|
24+
---
25+
26+
## Backlog
27+
28+
> Items within this category have been identified as potential candidates for the project
29+
> and can be moved up into a milestone if there is enough interest.
30+
31+
|Area|Description|Issue/Proposal|
32+
|--|--|--|
33+
|Network|Peering of Cluster VNet to Existing VNet|[#532](https://github.com/kubernetes-sigs/cluster-api-provider-azure/issues/532)|
34+
|OS|Flatcar Support|[#629](https://github.com/kubernetes-sigs/cluster-api-provider-azure/issues/629)|
35+
|Compute|SGX-enabled VMs|[#488](https://github.com/kubernetes-sigs/cluster-api-provider-azure/issues/488)|
36+
|Compute|Azure Dedicated hosts|[#675](https://github.com/kubernetes-sigs/cluster-api-provider-azure/issues/675)|
37+
|AKS|Integrate AzureMachine with AzureManagedControlPlane|[#826](https://github.com/kubernetes-sigs/cluster-api-provider-azure/issues/826)|
38+
|Cloud Provider|Use Out of Tree cloud-controller-manager and Storage Drivers|[#715](https://github.com/kubernetes-sigs/cluster-api-provider-azure/issues/715)|
39+

0 commit comments

Comments
 (0)