Samuel Karp

Results 341 comments of Samuel Karp

@cpuguy83 It looks like the K8s tests are failing because of the merge conflict. Mind rebasing?

I haven't reviewed the code yet, but since you've now got a new commit changing the k8s.io/cri-api dependency, would you mind doing the following? * Reorder the commits so you...

Can you rebase this on the current tip of `main`?

Hey @AkihiroSuda, Our apologies for not explaining this super clearly; we’ll be sure to open issues for changes like this first next time. We’d like to see nerdctl have a...

Further discussion is on https://github.com/containerd/containerd/issues/6474. I'd still like to see this change made as I think that having nerdctl version information is valuable to the ecosystem at large.

@cyphar I'm happy to help here if you want any. Edit: I'm currently using a [significantly trimmed-down config](https://github.com/samuelkarp/runj/blob/main/runtimespec/config.go) in runj, with any unknown fields (most of them!) ignored. The example...

@TBBle @johnkeates Version [0.5.0](https://github.com/awslabs/amazon-ecr-credential-helper/releases/tag/v0.5.0) now loads the shared config by default so you no longer need to set `AWS_SDK_LOAD_CONFIG=1`.

Hi @dizeee and @tahoward! The credential helper does not currently have a mechanism to prompt for input today. I'm going to mark this as an enhancement; there may need to...

@pecigonzalo Can you tell me a bit more about how you're using the credential helper and how you have it configured? I suspect that delay is because the credential helper...

Do you have credentials in your `~/.aws/credentials`, do you pass credentials as environment variables, or something else?