Gaurav

Results 12 issues of Gaurav

Fixes: #7555 **Description** This PR implements support for running cross-platform builds on GoogleCloudBuild. It does this by injecting a prebuild step `platformEmulatorInstallStep` that runs `docker/binfmt` image to install required tooling...

size/M

- [x] #7808 - [x] #7809 - [ ] #7863 - [ ] #7868

kind/feature-request
priority/p1

Add specific Skaffold Error Codes for sessions that fail build or deploy due to platform mismatch errors so that they can be quantified from the telemetry.

priority/p1
kind/todo
area/multi-platform

There is no multi-arch support in docker engine image API. So there should be an actionable error message when trying to build multi-arch images without providing a container registry or...

priority/p1
kind/todo
area/multi-platform

For the set of builders that only support creating single-platform images, Skaffold will iteratively create single platform images for these builders and then generate a fat manifest programmatically that consists...

priority/p1
kind/todo
area/multi-platform

# Enabling Multi-platform builds with Skaffold - [x] #7632 - [x] #7633 - [x] #7634 - [x] #7635 - [x] #7636 - [x] #7637 - [x] #7638 - [ ]...

kind/feature-request
priority/p0
priority/p1
kind/todo
area/multi-platform

For GKE auto-pilot clusters, using Skaffold from M1 Mac devices, when the cluster has scaled down to 0 nodes, Skaffold cannot detect the node architecture and the image builds happen...

kind/bug
priority/p2
cluster/auto-gke
area/cross-platform
v2-beta1-bugbash

For doing cross-platform docker builds we need QEMU emulation support to be configured in the kernel using the `binfmt_misc` extensions. These extensions are installed by default with `Docker Desktop` while...

priority/p1
kind/friction
source/partnerships
area/cross-platform

Problem: - Currently it seems that the app only does periodic data refreshes. This sometimes gets bottlenecked by Github throttling API requests. As such the dashboard is often left with...

enhancement
help wanted

running `skaffold build -p buildpacks` in the `nodejs/nodejs-guestbook` app from an M1 Mac always results in the following error: ``` ... [builder] npm ERR! A complete log of this run...