Matt Boersma
Matt Boersma
Currently some Workflow components such as minio are conditionally disabled by enclosing all their manifest templates in `{{ if }}` blocks, because that was the only way to have Helm...
**Describe the bug** [Kubernetes v1.20.0-beta.2](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.20.md#no-really-you-must-read-this-before-you-upgrade) is where the transition to more inclusive language for control plane elements has begun, by deprecating labels and taints. A future release will remove support...
*Summary* In the last 48 hours, some AKS Engine clusters have experienced nodes falling into a `NotReady` state, or lost connectivity to the cluster if all control plane nodes were...
#### Which component this PR applies to? cluster-autoscaler #### What type of PR is this? /kind feature #### What this PR does / why we need it: Adds support for...
**What this PR does / why we need it**: Updates CAPI to [Ginkgo v2](https://onsi.github.io/ginkgo/MIGRATING_TO_V2#upgrading-to-ginkgo-20). Kubernetes just migrated in kubernetes/kubernetes#109111. I attempted to update Ginkgo [in CAPZ](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/2466) but can't because of...
**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...
/kind feature **Describe the solution you'd like** In the CAPI 1.2.0 release, several new [e2e test specs](https://github.com/kubernetes-sigs/cluster-api/tree/main/test/e2e) were added. We already run many of those upstream test specs in [`capi_test.go`](https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/main/test/e2e/capi_test.go),...
/kind bug **What steps did you take and what happened:** A memory access error sometimes causes a panic when e2e tests are running. [Here](https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/periodic-cluster-api-provider-azure-e2e-full-main/1455783680084545536) is one example. Stack Trace: •!...
/kind feature **Describe the solution you'd like** The CAPZ reference images use Azure [generation 2 VMs](https://docs.microsoft.com/en-us/azure/virtual-machines/generation-2) by default. - When I follow the quick start, I end up with a...
/kind feature **Describe the solution you'd like** The file `exp/controllers/azuremanagedmachinepool_controller.go` does not have corresponding unit tests, but should. PR #2074 shows AMMPs are in use, and ideally that change would...