cluster-api-provider-azure
cluster-api-provider-azure copied to clipboard
Cluster API implementation for Microsoft Azure
/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.]...
> ⚠️ Cluster API Azure maintainers can ask to turn an issue-proposal into a [CAEP](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/YYYYMMDD-template.md) when necessary. This is to be expected for large changes that impact multiple components, breaking...
/kind bug **What steps did you take and what happened:** This new CI job has [never passed](https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api-provider-azure#capz-periodic-e2e-full-v1beta1-minus-1). Digging into the logs, we see that the AKS test cluster fails to...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: This adds support for marking `MachinePool` resources as externally managed. Similar to #2444...
Prior to this we needed different templates for windows and so we tacked windows to the end: https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/30bfbb55d43f10343c634a3f90396ff206444021/test/e2e/conformance_test.go#L125-L127 After this merged we might not need this logic anymore as we...
/kind feature /area managedclusters **Describe the solution you'd like** add workload validation e2e building on the work in #1386 **Anything else you would like to add:** nothing crazy, something comparable...
/kind bug **What steps did you take and what happened:** 1. Create a local `kind` cluster. 2. Set `EXP_MACHINE_POOL=true` and `EXP_AKS=true`. 3. `clusterctl init` with `--infrastructure azure`. 4. `clusterctl generate...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] We want to ensure that we are taking a proper accounting of...
/kind feature **What steps did you take and what happened:** 1. Run the E2E test script `./scripts/ci-e2e.sh`. 2. Observe that files `manager_pull_policy.yaml` and `manager_image_patch.yaml` in `config/default` have been changed automatically....
/kind bug **What steps did you take and what happened:** A cluster with MachinePools and [externally managed autoscaler](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/2588) is necessary for this bug to appear. The reconciliation loop for AzureMachinePool...