Damiano Donati
Damiano Donati
/kind feature #### What this PR does / why we need it: Updates the project dependencies to Kubernetes v1.24 and uses go 1.18. #### Does this PR introduce a user-facing...
**What happened**: When a custom AWS DHCP Option Set, with empty `domain-name`, is assigned to the cluster VPC, and a node joins the cluster shortly after, the node syncing in...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: Following the design conversations held on https://github.com/kubernetes-sigs/cluster-api-provider-azure/issues/2401 we are introducing a new `Diagnostics`...
First of all, thanks for this library. One thing I noticed while using it is that it is quite chatty in that it logs every time it write any bytes...
I saw in the Makefile that the container images are built, tagged and pushed to ghcr.io [here](ghcr.io/zawachte/cluster-api-k3s/controlplane-controller) and [here](ghcr.io/zawachte/cluster-api-k3s/bootstrap-controller) and I was trying to understand what git commits those container...
**What would you like to be added**: Add support for managing multiple tagged security groups for a node. **Why is this needed**: At the moment we don't support finding and...
**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: In Gomega, when Eventually().Should() fails, the failure returns a ``` [FAILED] Timed out...
**What type of PR is this?** /kind support **What this PR does / why we need it**: Opening this as per discussion at: https://github.com/kubernetes-sigs/cluster-api-provider-aws/issues/4949#issuecomment-2072971287 This PR starts publishing the nightly...
This introduces the `gok gus` command along with implementation for its subcommands: `diff`, `set`, `unset`. TODO: - [ ] add missing unset API on GUS/gokapi: https://github.com/gokrazy/gokapi/pull/1
When `gokr-packer` invokes the packing logic it also calls `GenerateSBOM()` [here](https://github.com/gokrazy/tools/blob/7b9dd260c5be1381673582f1faf07805278c56f1/internal/packer/packer.go#L1325). In turn within `GenerateSBOM` to set the `buildDir` we use the `instancePath` obtained via [`config.InstancePath()`](https://github.com/gokrazy/tools/blob/7b9dd260c5be1381673582f1faf07805278c56f1/internal/packer/sbom.go#LL57C18-L57C24). Which for `gokr-packer`, where...