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

### Expected behavior If a base artifact rebuilds, all the artifacts that depends on it should rebuild. ### Actual behavior The base artifact is rebuild but the derived artifacts do...

kind/bug
area/build
priority/p2
area/artifact-dependencies

Add integration tests for helm init 1) Multiple services 2) Remote charts 3) sub charts 4) multiple value files.

deploy/helm
area/init
priority/p1
kind/todo

### Expected behavior Skaffold should do a better job of detecting containers to rebuild even if you are using a `gitCommit` tagging policy. ### Actual behavior Currently the gitCommit tagger...

### Expected behavior When an actionable error is triggered, that is not wrap inside an `error` type, the action text associated with it should be shown as part of the...

kind/bug
priority/p3
kind/todo

### Expected behavior My understanding of the before-build hook was that it should be able to create the inputs used for the build. ### Actual behavior Dependency checking happens before...

help wanted
priority/p3
area/hooks
kind/enhancement
kind/starter-project

As we are looking into integrating Skffold v2 with IDE, Lets explore the gaps in control api. This API is used by IDEs to stop and star watching build and...

priority/p1
kind/todo
area/api

Currently if a cloudrun specific flag is passed to skaffold but the cloud run deployer is not specified, skaffold will not do a Cloud Run deploy. For a UX improvement,...

kind/feature-request
priority/p2
deploy/cloud-run

Currently v1 `Deploy` Lifecycle hooks are moved to the `Deploy` phase in the v2 schema but this might not be the place for a 1:1 translation given v2 splits Deploy...

kind/feature-request
priority/p2
area/hooks
2.0.0

### Expected behavior running `skaffold dev` should live tail logs after running for a while ### Actual behavior After multiple image rebuilds and changes to source code, I don't get...

help wanted
kind/feature-request
priority/p3

### Expected behavior I can configure my skaffold deployment/run to turn log tailing on for some containers and not others. ### Actual behavior I can either turn on log tailing...

kind/feature-request
area/deploy
priority/p2
area/logging