cluster-api-provider-azure
cluster-api-provider-azure copied to clipboard
Cluster API implementation for Microsoft Azure
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] Add support for using ClusterClass when working with managed AKS clusters. Ideally,...
/kind bug [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 bug is.]...
/kind feature **Describe the solution you'd like** Add support for the linuxOS Configuration in `AzureManagedMachinePool`. This can help to create custom OS configuration which AKS already allows to its users....
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] AzureManagedCluster provides a way to create AKS clusters, but the health status...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] I'd like to make CAPZ able to deploy cluster on [Azure Public...
/kind feature [Azure AD Workload Identity](https://github.com/Azure/azure-workload-identity) is the next iteration of [Azure AD Pod Identity](https://github.com/Azure/aad-pod-identity) that enables Kubernetes applications to access Azure cloud resources securely with [Azure Active Directory](https://azure.microsoft.com/en-us/services/active-directory/) based...
**What type of PR is this?** /kind other **What this PR does / why we need it**: This PR adds a cluster template for Flatcar Container Linux based clusters. **Which...
/kind feature **Describe the solution you'd like** Modify RouteTable IsManaged function to utilize "owned" tag **Anything else you would like to add:** Dependent on #2368 being closed.
**What type of PR is this?** /kind feature **What this PR does / why we need it**: It adds support to place a machinepool in a different subnet of users...
We should refactor the scalesetvms service to reuse the async.go framework instead of using its own implementation. This might need to wait until https://github.com/kubernetes-sigs/cluster-api-provider-azure/issues/999 is done first so it doesn't...