skaffold
skaffold copied to clipboard
Easy and Repeatable Kubernetes Development
### 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...
Add integration tests for helm init 1) Multiple services 2) Remote charts 3) sub charts 4) multiple value files.
### 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...
### 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...
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...
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,...
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...
### 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...
### 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...