gitfxx

Results 5 issues of gitfxx

I use BuildKit in K8s pod to build image, Now this is how I use it: ![image](https://user-images.githubusercontent.com/28646240/130786862-8fded3ad-91b8-4e03-93f0-26985abe04b6.png) But when multiple pods run buildkit at the same time, the other tasks...

question
area/kubernetes

![image](https://user-images.githubusercontent.com/28646240/174705131-67aeab16-f33b-4814-8bc0-1e44108a77f6.png) Why did the build go wrong, buildx didn't exit properly, and subsequent commands could continue? buildx version:github.com/docker/buildx v0.8.2 buildkit verison: v0.9.1 buildx --driver kubernetes mode

area/driver/kubernetes

I want to run in hostNetwork mode with buildKit container pulled up by --driver Kubernetes. Isn't that supported now?

question
kubernetes

buildx-version:0.7.0 buildkit-version:0.9.0 driver: --driver kubenetes ![image](https://user-images.githubusercontent.com/28646240/165504234-2d5f7373-1f6c-455b-9913-8f9ef0579f00.png) Error: failed to receive status: rpc error: code = Unavailable desc = closing transport due to: connection error: desc = "error reading from server:...

### Contributing guidelines - [X] I've read the [contributing guidelines](https://github.com/docker/buildx/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [X] ... the documentation does not mention...

status/needs-investigation
area/driver/kubernetes