Daniel Hiltgen

Results 135 issues of Daniel Hiltgen

**Describe the problem/challenge you have** Being able to quickly provision clusters with various configurations and runners will be helpful for developers looking to test different scenarios (e.g., containerd, dockerd, with...

help wanted

**Describe the problem/challenge you have** On clusters with locked down RBAC settings, the builder will fail to start. Asking the user to figure out how to alter their RBAC settings...

help wanted

**What steps did you take and what happened** If the cluster where you run `kubectl build` has "locked down" RBAC/permissions, the failure mode isn't ideal. We will report the events...

help wanted

**Describe the problem/challenge you have** Our current README.md shows how to create a single registry credential using the `kubectl create secret docker-registry` porcelain UX. Unfortunately, that UX flow doesn't easily...

help wanted

**Describe the problem/challenge you have** We currently have 2 CLI plugin binaries `kubectl-buildkit` and `kubectl-build` but the code compiled within these binaries is ~identical. This results in a download that...

help wanted

**Describe the problem/challenge you have** The `./pkg/imagetools` package has almost no unit test coverage right now. These tools are largely used during build to process image aspects. We should be...

help wanted

**Describe the problem/challenge you have** The `./pkg/driver/kubernetes/...` packages have almost no unit test coverage right now, but represent effectively all of the business logic of interacting with kubernetes in the...

help wanted

**What steps did you take and what happened** If you have a low bandwidth link between the CLI and a remote kubernetes cluster using the dockerd runtime, building on a...

help wanted

Implements a connector from the v1 registry to access v2 content automatically, allowing v1 clients to access v2 specific content. Signed-off-by: Daniel Hiltgen [email protected]

For various reasons I no longer use this driver during my day-to-day dev work, and given the lack of CI for builds and test automation, this makes it challenging to...