cluster-api-provider-azure icon indicating copy to clipboard operation
cluster-api-provider-azure copied to clipboard

Cluster API implementation for Microsoft Azure

Results 442 cluster-api-provider-azure issues
Sort by recently updated
recently updated
newest added

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...

help wanted

/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/bug
lifecycle/stale
area/managedclusters

/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
area/managedclusters

/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...

kind/feature
lifecycle/stale

**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
cncf-cla: yes
size/M
release-note-none
do-not-merge/work-in-progress
ok-to-test

/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
area/managedclusters

/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/feature
area/managedclusters

/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:...

kind/bug
help wanted

**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...

cncf-cla: yes
kind/cleanup
lifecycle/stale
size/M
do-not-merge/release-note-label-needed
needs-ok-to-test
do-not-merge/work-in-progress