cluster-api-provider-azure
cluster-api-provider-azure copied to clipboard
Cluster API implementation for Microsoft Azure
We should refactor the scaleset service to reuse the `async.go` framework instead of using its own implementation. This might need to wait until #999 is done first so it doesn't...
This is based on https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/1745#discussion_r741488690 For example, in this method https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/1a16f42bc104b6a8f5931dcb36f7c5ca184ff4e3/azure/services/publicips/publicips.go#L142-L151 We need to replace `GET` public IP API call (`s.Client.Get`) with `GET` Tags At Scope API call with Public...
/kind bug /area managedclusters **What steps did you take and what happened:** [A clear and concise description of what the bug is.] Create a managed cluster with one azuremanagedmachinepool [pool1]...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] AzureManagedCluster (AKS) was introduced in CAPZ as an experiment in https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/482. Since...
/kind feature **Describe the solution you'd like** CAPZ should enable me to create clusters with [Azure Generation 2 VMs](https://docs.microsoft.com/en-us/azure/virtual-machines/generation-2). **Anything else you would like to add:** I can't think of...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: The file `exp/controllers/azuremanagedmachinepool_controller.go` does not have corresponding unit tests, but should because AMMPs...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] At present you can initiate discrete upgrade operations against the AzureManagedControlPlane (which...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] I'm able to initiate an AKS upgrade by changing the `spec.version` field...
/kind bug **What steps did you take and what happened:** Deployed an `AzureMachine` via `AzureMachineTemplate` with: ```yaml apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 kind: AzureMachineTemplate metadata: name: {name} namespace: {namespace} spec: template: spec: vmSize:...
**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: I still haven't tested this but I'm looking for feedback if it is...