skaffold icon indicating copy to clipboard operation
skaffold copied to clipboard

Easy and Repeatable Kubernetes Development

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

`ko` v0.12 updated the default base image to one built using apko instead of Bazel. cc @halvards

!! do-not-merge !!
ko
size/XS
build/ko
builder/ko

### Expected behavior When having a toplevel configution like this: ``` apiVersion: skaffold/v2beta25 kind: Config requires: - configs: ["cfg1"] path: cfg1/skaffold.yaml - configs: ["cfg2"] path: cfg2/skaffold.yaml ``` When the skaffold.yaml...

kind/bug
priority/awaiting-more-evidence
area/hooks

Encountered the following integration test flake on a PR: ``` === RUN TestRun/custom_builder ... gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable:...

meta/test-flake

I propose that starting `skaffold dev` should start the dev loop, even if the first build or deployment fails. I see no additional value in keeping the first build failed....

help wanted
kind/feature-request
priority/p1
area/dev
fixit

### Expected behavior Skaffold Dev starts, whilst allowing a little failure ### Actual behavior Skaffold sees an error and terminates everything ### Information - Skaffold version: 1.35 ### Steps to...

kind/bug
help wanted
area/deploy
priority/p3

### Expected behavior Colors in terminal ### Actual behavior Colors are in the terminal but dissapear after concurrency build starts ![image](https://user-images.githubusercontent.com/2664857/188083721-bb3396f2-0eac-48af-97dc-95c5070d9463.png) ### Information - zsh 5.8 (x86_64-apple-darwin21.0) - Skaffold version:...

kind/bug
priority/p3

### Expected behavior Making a change to a file embedded by the [`embed` package](https://pkg.go.dev/embed) should cause skaffold to produce a new image. ### Actual behavior `skaffold build` instead logs: ```...

builder/ko
kind/enhancement

Noticed the following possible error when updating our `examples/`: ![image](https://user-images.githubusercontent.com/1951658/187555208-58bee253-b8a2-448b-8237-a7ca206577e8.png) Seems the `image:` replacement might not work when used with `ko://` or other alternate image formats? This is the output...

### Expected behavior `skaffold debug` - doesn't show warnings ### Actual behavior `skaffold debug` - shows warning WARNING: undefined behavior - version of Delve is too old for Go version...

kind/bug
priority/p2
area/debug
go

A recent contibutor @0xADD1E noted that there is likely an opportunity to refactor how our build args work - > It does feel like there should be a more elegant...

area/build
priority/p3
refactor
kind/tech-debt