gitfxx
gitfxx
@tonistiigi I just want to use cache to speed up building the image, which directory should I mount when running in pod? I used export-cache(type=local),but it didn't seem to speed...
He is a harbor issue, not related to buildx, and the issue is closed
@st-sukanta @g-kartik @yohnster I have found the cause of the problem, which is caused by a sudden outage of the buildkit server.
> Right now you can and add to the pod spec. The [driver options](https://github.com/docker/buildx/blob/6cb026b766c49df511ecf248bbef8422a64e37cc/driver/kubernetes/factory.go#L119-L213) support a bunch of customizations for the deployment but as far as I can tell there's...
 x86 cluster 
@tonistiigi I suspect that because the pod is not yet ready, executing buildx build will boot the pod, but there's a chance that the pod launched at this point will...
"I have reproduced the issue and attempted to resolve it using this approach. Currently, I have verified that the problem has been fixed." @tonistiigi @crazy-max @AkihiroSuda ``` func ConfigFromEndpoint(endpointName string,...
> > github.com/docker/buildx v0.7.0 [f002608](https://github.com/docker/buildx/commit/f0026081a7496ca28b597a9006616201d838fea8) > > Quite an old release, do you repro on latest stable v0.14.0 as well? > > Can you also show the output of `docker...
"The reason for this issue is that when using multiple kubeconfig files, the environment variable settings may be overwritten by subsequent settings, resulting in an incorrect ClientConfig being returned." ...