skaffold
skaffold copied to clipboard
Easy and Repeatable Kubernetes Development
``Don't Merge`` running integration test against arm cluster on kokoro to see which if any will be failing
**Description** There is a bad interaction in dependency building which exposes itself only under a specific set of conditions, the result of which is that `skaffold dev` hashes the wrong...
Currently Skaffold's `manifests` field does not properly implement multi-module support. See the code here: https://github.com/GoogleContainerTools/skaffold/blob/1f5af29273e2938c66311fcc22ddf0fcceeeffd7/pkg/skaffold/runner/runcontext/context.go#L295-L297 This bug tracks properly updating the `manifests` section of a skaffold.yaml w/ multi-module support (vs...
Shows how to override multiple images in a helm template **Description** Documentation-only changes: Add a snippet showing how to override multiple images from skaffold-built artifacts. I was testing with this...
Fixes: #7865 **Description** It modifies `customTemplate` tagger to support `inputDigest` by default: - Given template is parsed to understand which variables to expect. This way it's not required to initialize...
### Actual behavior Custom Test will run in an infinite loop of building -> testing. ### Information - Skaffold version: v1.36.0 - Operating system: macOs - Installed via: skaffold.dev -...
**Expected behavior** `skaffold build -p test -b IMAGE2` should build IMAGE2 along with IMAGE1 as dependency **Actual behavior** Here is a sample skaffold in which, I only want to build...