cluster-api-provider-azure
cluster-api-provider-azure copied to clipboard
Cluster API implementation for Microsoft Azure
> ⚠️ Cluster API Azure maintainers can ask to turn an issue-proposal into a [CAEP](https://github.com/kubernetes-sigs/cluster-api/blob/master/docs/proposals/YYYYMMDD-template.md) when necessary. This is to be expected for large changes that impact multiple components, breaking...
/kind feature **Describe the solution you'd like** In many cases user would like to configure the cluster outbound IP to a set of pre-created static IPs or IP prefixes. External...
/kind feature **Describe the solution you'd like** In the unit tests for scope functions, i.e. cluster_test.go, machine_test.go, and unit tests for the spec in async services, i.e. virtualmachines/spec_test.go, we try...
/kind feature **Describe the solution you'd like** Modify NSG IsManaged function to utilize "owned" tag **Anything else you would like to add:** Dependent on #2367 being closed.
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] We already have in-tree credential provider and will have out of tree...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] 1. Decompose the `ClusterResourceSet` template fragments that currently exist inside test and...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: Currently, there is no way to specify the backend pool name. Make LB's...
We should add similar tests for conversion webhooks than https://github.com/kubernetes-sigs/cluster-api/pull/4417 to make sure that v1alpha3 --> v1alpha4 conversion actually works for each CRD. /help /good-first-issue
/kind bug /kind failing-test [Before submitting an issue, have you checked the [Troubleshooting Guide](https://capz.sigs.k8s.io/topics/troubleshooting.html)?] **What steps did you take and what happened:** [A clear and concise description of what the...
***Goals*** 1. Determine a method for making AKS preview features consumable through CAPZ like GA AKS features ***Non-Goals/Future Work*** 1. Implement every AKS preview feature 1. Guarantee the stability of...