cluster-api-provider-azure
cluster-api-provider-azure copied to clipboard
Cluster API implementation for Microsoft Azure
**What type of PR is this?** /kind feature **What this PR does / why we need it**: - A user would be able to specify a custom DNS setting for...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: AKS allows updating the node labels for its nodepools, this PR fixes the...
/kind feature **Describe the solution you'd like:** Add unit tests for [vm.go](https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/main/azure/converters/vm.go) in the converters package similar to the other converters. **Environment:** - cluster-api-provider-azure version: - Kubernetes version: (use `kubectl...
/kind feature **What this PR does / why we need it**: This PR adds the ability to configure one or more NetworkInterfaces for AzureMachines and AzureMachinePools, as well as pre-warming...
**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...
**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: Adds two linters and some configuration directives from CAPI's [`.golangci.yml`](https://github.com/kubernetes-sigs/cluster-api/blob/main/.golangci.yml) so the development...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: Implementation of an async service for managed agent pools as part of an...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: This PR enables the `IsVnetManaged()` method for AKS scenarios, which results in actual...
/kind feature **Describe the solution you'd like:** Add unit tests for [spotinstances.go](https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/main/azure/converters/spotinstances.go) in the converters package similar to the other converters. **Environment:** - cluster-api-provider-azure version: - Kubernetes version: (use `kubectl...
/kind feature **Describe the solution you'd like:** Add unit tests for [loadbalancers.go](https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/main/azure/converters/loadbalancers.go) in the converters package similar to the other converters. **Environment:** - cluster-api-provider-azure version: - Kubernetes version: (use `kubectl...