Cameron McAvoy

Results 21 comments of Cameron McAvoy

I've noticed this as well affecting our proxy cache setup. One potentially useful detail is that this seems to only happen for pulling multi-arch containers through the proxy cache. I...

> @cnmcavoy is this still WIP? Would you be able to continue with this PR? I have an open question here: https://github.com/kubernetes-sigs/cluster-api-provider-aws/issues/3109#issuecomment-1244145506 If we don't want to address, this can...

I added logic to the AWSMachineTemplate so that the validation behavior is consistent with the existing on create behavior of AWSMachine's as well.

@Ankitasw I realize there description of this change is lacking and the issue it fixes is rather brief as well. Here's a summary of the changes in the PR: The...

Hit this today myself when deleting some clusters, `clusterctl delete` failed in one and then repeated deletes would not remove the CRDs or other resources. I actually had to re-install...

I also see gci removing go generate lines in specific scenarios. Consider: ``` package main import ( "foo.com/example/service" ) // generated config (go generate ./... to regenerate) //go:generate ./config.sh import...