Willie Yao
Willie Yao
**What type of PR is this?** /kind feature **What this PR does / why we need it**: This PR adds unit tests for the VM converter **Which issue(s) this PR...
/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....
**Is your feature request related to a problem? Please describe.** Currently, the Azure image publishing pipelines doesn't run any sort of validation to ensure the image is not broken. **Describe...
### Describe the bug There seems to be an error with the ASO api version being used in this command. Microsoft.KubernetesConfiguration is present in api version 2023-05-01, not 2023-05-01-preview like...
CAPI v1.6.0-beta.0 has been released and is ready for testing. Looking forward to your feedback before v1.6.0 release! ## For quick reference - [CAPI v1.6.0-beta.0 release notes](https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.6.0-beta.0) - [Shortcut to...
**What this PR does / why we need it**: This PR adds MachinePools back to the dualstack E2E test and fixes the issue found in #9477 **Which issue(s) this PR...
### What would you like to be added (User Story)? This is a follow up to #5991 to track the remaining follow-up tasks for adding MachinePool support in ClusterClass. ###...
**What this PR does / why we need it**: This PR adds MachinePools to the unit tests in `handler_test.go` and `topology_test.go`. This is a follow-up task to enabling MachinePools in...
**What this PR does / why we need it**: This PR adds MachinePools to the autoscaler e2e tests. This is a follow-up task to enabling MachinePools in ClusterClass. **Which issue(s)...
/kind cleanup **What needs cleanup:** The unit tests in the `controllers` package repeatedly call `NewClusterScope` which runs a lot of unnecessary code and requires extra setup. **Describe the solution you'd...