Daniel Hiltgen

Results 565 comments of Daniel Hiltgen

Can you provide a little more detail about your environment? How many nodes? (I'm assuming 2 from the output above.) How many replicas were you trying to run? (I'm guessing...

This project began life as a [fork](https://github.com/vmware-tanzu/buildkit-cli-for-kubectl/commit/de35dc3f89c5661af33c61cac15e94570176ed09) of `buildx` refactored as a [kubectl CLI plugin](https://github.com/vmware-tanzu/buildkit-cli-for-kubectl/commit/c078ef7681e08e4e80b8456989352720c8dba7a7). We had considered trying to keep the codebase [aligned](https://github.com/vmware-tanzu/buildkit-cli-for-kubectl/issues/27) to be able to flow fixes/features...

PR #106 revamps some of the relevant code paths, which hopefully will improve or fix this. It may take us a little while to get that merged, but once we...

During early development, I saw some hangs that sound similar, so I think we do have some corner cases or flakiness somewhere in the `kubectl exec` flow. Getting some parallel...

We've added various hardening improvements on parallel build scenarios in the most recent release. It might be worth giving your test scenario another try on 0.1.3 to see if the...

Thanks for the request! Here's a proposed approach. # Architecture There are three potential places where we could implement image signing in `kubectl build`. We could contribute changes upstream into...

Good question @Vad1mo. @mikeroySoft how's your investigation coming?

I haven't investigated this, but from a very quick perusal of what manifests look like, it seems like it has to be generated when we do a release so it...

We could implement this as discrete steps in the github CI plumbing, but my suspicion is that might be more complicated that way. If we check in a templatized file...

> I am using [kind](https://kind.sigs.k8s.io/) and have exactly the same issue: > The `kubectl build` command runs successfully. > The image does not appear in the kind cluster. @tomikonio can...