Matt Boersma
Matt Boersma
**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...
Steps to reproduce: - mount a `kubefuse` filesystem - look at the YAML version of an object in `kubefuse`: `cat ~/k8s/default/rc/my-controller.yaml` - edit an object, e.g.: `vi ~/k8s/default/rc/my-controller/json`, and save...
**What this PR does / why we need it**: Implements the MachinePool Machines proposal in CAPI and for the Docker provider. This should be considered a POC and is intended...
/kind feature **Describe the solution you'd like** From Go's documentation for the [data race detector](https://go.dev/doc/articles/race_detector): > ...you may find more races by running a binary built with -race under a...
**What type of PR is this?** /kind failing-test **What this PR does / why we need it**: Enables the Go [race detector](https://go.dev/doc/articles/race_detector) in unit tests, because that seems like a...
/kind bug **What steps did you take and what happened:** This new CI job has [never passed](https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api-provider-azure#capz-periodic-e2e-full-v1beta1-minus-1). Digging into the logs, we see that the AKS test cluster fails to...
**What steps did you take and what happened:** When running Azure image-builder tasks from this repository in pipelines, we want to use the container produced by `make -C images/capi docker-build`...
**Related command** `az aks create --help` **Description** This fixes some typos and missing hyphens in the phrase "comma-separated". **Testing Guide** **History Notes** [AKS] `az aks create`: Correct use of "comma-separated"...
**What this PR does / why we need it**: Updates the documentation (and two manifests) to reflect the status of the ClusterResourceSet experimental feature as Beta and `true` by default....
**What this PR does / why we need it**: Sets the default for `EXP_MACHINE_POOL` to `true`, so MachinePools are an "always on" feature (unless the user disables it). This seems...