Jay Pipes

Results 218 comments of Jay Pipes

@zeeke @SchSeba Hi! :) Can we run the gate tests on this PR please? Thanks in advance!

> In metal3 we ended up creating a script to install controller-gen so we could create a temporary directory, run `go mod init` there, then run `go get`. https://github.com/metal3-io/baremetal-operator/blob/master/hack/install-controller-gen.sh >...

I've been attempting to install controller-gen (and conversion-gen from k8s code-generator) in a Docker container in order to standardize my organization's use of `controller-gen` (there are eleventy billion different versions...

In looking for a reason why that output is showing up when running `controller-gen` inside a Docker container, I stumbled across https://github.com/golang/go/issues/43724. Having read through that and all its comments,...

Note that if I don't use a multi-stage Docker build and instead remove these lines from the Docker file: ``` FROM as final COPY --from=builder /workspace/bin /usr/local/bin # NOTE(jaypipes): gettext...

> @jaypipes did you already try `GODEBUG=execerrdot=0` when you run `controller-gen`? > > * https://github.com/search?type=code&q=GODEBUG%3Dexecerrdot No, I had no idea about that... I can give it a try.

@micahhausler any reason why `MinimumTokenExpiration` was set to a constant? @everpeace can you elaborate on the use case that a configurable minimum token expiration value is providing?

Hi @jainpratik163, I'm not sure how this is related to the pod identity webhook, since the purpose of the webhook is to provide AWS IAM credentials to a pod's Service...