skaffold icon indicating copy to clipboard operation
skaffold copied to clipboard

Easy and Repeatable Kubernetes Development

Results 494 skaffold issues
Sort by recently updated
recently updated
newest added

Fixes: #9172 **Description** Allow to reference the ValuesFile from Google Storage Bucket. It uses the gsutil to copy the remote file and, put it in the temporary directory and reference...

size/S

**Description** Hi! I've been using skaffold for the last 2 years and from time to time I see error - "Skipping deploy due to sync error" and you can't do...

size/S

### Expected behavior Running ``` skaffold build -q ``` should output the actual built tag in the tag field. ### Actual behavior tag contains the sha256 id of the image...

kind/bug
area/build
priority/p2

Since runId was introduced now k8s resources are recreated. We should think about carefully how to enable idempotent behavior again.

kind/bug
area/deploy
priority/p3
tech-debt

Fixes: #nnn **Related**: _Relevant tracking issues, for context_ **Merge before/after**: _Dependent or prerequisite PRs_ **Description** - Add loongarch64 support for install-golint.sh - Since loongarch64 does not support -race , loongarch64...

size/S

### Actual behavior When starting a skaffold debug serssion, I get the following error and warning: - "error layer=debugger could not patch runtime.mallogc: no type entry found, use 'types' for...

priority/p2
area/debug

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.5+incompatible to 24.0.7+incompatible. Release notes Sourced from github.com/docker/docker's releases. v24.0.7 24.0.7 For a full list of pull requests and changes in this release, refer to the relevant...

size/XS
dependencies
go

### Expected behavior I would expect the Kaniko Pod to be deployed in the `platform-gitlab-runners` namespace with the service account `gitlab-runner` as specifed. ### Actual behavior Kaniko fails to deploy...

needs-reproduction

Fixes: #nnn **Related**: _Relevant tracking issues, for context_ **Merge before/after**: _Dependent or prerequisite PRs_ **Description** **User facing changes (remove if N/A)** **Follow-up Work (remove if N/A)**

size/XS

### Expected behavior The `--cache-artifacts=false` flag works as specified in the docs. ### Actual behavior Some percent of the `skaffold run --cache-artifcats=false` end up with error `ErrImagePull`. For our project...