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**: Updates opentelemetry-go to v1.6.1, and its unstable packages to v0.28.0. Also updates the...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] Add support for setting [DisableLocalAccounts](https://docs.microsoft.com/en-us/azure/aks/managed-aad#disable-local-accounts). This is a security feature that prevents...
**What type of PR is this?** **What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] > CAPI generates sensitive cluster data (such as private keys) for the...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] - There are a bunch of variables (like `KUBECTL`, `kustomize`) defined multiple...
**What type of PR is this?** /kind cleanup /kind documentation **What this PR does / why we need it**: This PR simplifies the `metadata.yaml` API version contract spec file we...
/kind bug **What steps did you take and what happened:** From Kubernetes v1.23 AzureDiskCSI driver is enabled by default. An e2e test with following validations should be there: - Create...
/kind feature **Describe the solution you'd like** Today `AzureManagedControlPlane` allows user to specify [one CIDR block and one subnet](https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/main/exp/api/v1alpha4/azuremanagedcontrolplane_types.go#L117-L118) for its networking. We'd like it to support multiple CIDR blocks...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: Today AzureManagedControlPlane allows user to specify one CIDR block and one subnet for...
/kind feature **Describe the solution you'd like** In order to enable Azure Workload Identity, the OIDC issuer needs to be enabled on new clusters. Add a field AzureManagedControlPlane for enabling...