cluster-api-provider-azure
cluster-api-provider-azure copied to clipboard
Cluster API implementation for Microsoft Azure
**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: This PR standardizes the way we validate immutable fields via webhook, and refactors...
Signed-off-by: willie-yao **What type of PR is this?** **What this PR does / why we need it**: Attempt to re-apply #2612 and understand why it broke upgrade tests. **Which issue(s)...
**What type of PR is this?** /kind bug /kind cleanup **What this PR does / why we need it**: This PR updates AzureManagedCluster webhooks to prefer the approach from this...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: Use GetAtScope() to get tags when checking if a resource is managed so...
/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** From Go's documentation for the [data race detector](https://go.dev/doc/articles/race_detector): > ...you may find more races by running a binary built with -race under a...
**What type of PR is this?** /kind failing-test **What this PR does / why we need it**: Enables the Go [race detector](https://go.dev/doc/articles/race_detector) in unit tests, because that seems like a...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] Currently, there's a CI job for ci-entrypoint: https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes-sigs/cluster-api-provider-azure/cluster-api-provider-azure-presubmits-main.yaml#L466 I think we should...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] After deploying a cluster the commands `kubectl top nodes` and `kubectl top...
/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:** If a user were to update tags on an `AzureMachinePool`...