skaffold
skaffold copied to clipboard
Easy and Repeatable Kubernetes Development
`ko` v0.12 updated the default base image to one built using apko instead of Bazel. cc @halvards
### 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...
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:...
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....
### 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...
### Expected behavior Colors in terminal ### Actual behavior Colors are in the terminal but dissapear after concurrency build starts  ### Information - zsh 5.8 (x86_64-apple-darwin21.0) - Skaffold version:...
### 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: ```...
Noticed the following possible error when updating our `examples/`:  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...
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...