cluster-api-provider-azure
cluster-api-provider-azure copied to clipboard
Cluster API implementation for Microsoft Azure
The e2e activity log collection assumes `AzureCluster` to find the resource group name: https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/main/test/e2e/azure_clusterproxy.go#L220 This causes activity logs to fail to be collected when the cluster is a managed cluster...
/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.]...
**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: This PR replaces the existing ClusterResourceSet-dependent solution for automating calico CNI delivery onto...
**What type of PR is this?** **What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close...
**What type of PR is this?** This is a kind of Code clean PR, In this PR I have simplified and reused the variable before that were declared multiple times...
/kind feature **Describe the solution you'd like** Tag CAPZ managed resources such as NSGs, route tables and NAT gateways using the same method currently used on virtual networks or load...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: Add UI improvements to Tilt flavor deployments which follows [this CAPI PR](https://github.com/kubernetes-sigs/cluster-api/pull/6254) **Which...
/kind feature **Describe the solution you'd like** Right now, the following code: https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/c5b5f632207a9a9595728d544bbd6655dc5e4193/api/v1beta1/azureimage_validation.go#L100-L116 could be completely removed, as there are kubebuilder type annotations already which enforce those rules: https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/c5b5f632207a9a9595728d544bbd6655dc5e4193/api/v1beta1/types.go#L332-L347 However,...
/kind feature **Describe the solution you'd like** ClusterClass, merged as part of capi 1.0.0 enables defining cluster topology in a simple way. capz should also migrate all the templates including...
This is an automated cherry-pick of #2532 /assign jackfrancis ```release-note NONE ```