skaffold
skaffold copied to clipboard
Easy and Repeatable Kubernetes Development
Fixes: # **Related**: _Relevant tracking issues, for context_ **Merge before/after**: _Dependent or prerequisite PRs_ **Description** Fix `IMAGE_NAME` var name for the Nth artifact. Also wraps `N` in angle brackets. **User...
Minimum reproduction config: https://github.com/aiotter/skaffold-issue-requires In this repo, `main` module will deploy `ConfigMap` on namespace `test`, which is to be created by `cfg1` module. `main` is dependent on `cfg1`, so `cfg1`...
Fixes: #nnn **Related**: _Relevant tracking issues, for context_ **Merge before/after**: _Dependent or prerequisite PRs_ **Description** **User facing changes (remove if N/A)** **Follow-up Work (remove if N/A)** fix slice init length
Several times a day, skaffold executes many processes and eats all of my RAM (64 GiB):  I am using IntelliJ IDEA and have the Google Cloud plugin installed. This...
## Environment Skaffold version: v2.16.0 OS: MacOS Docker engine version: 28.2.2 ## Description Since skaffold v2.14.0 https://github.com/GoogleContainerTools/skaffold/releases/tag/v2.14.0 the inputDigest tagger is failing for images that copy from an artifact dependency....
## Expected behavior When deploying to a KinD cluster, Skaffold should automatically detect the local cluster and load built images directly into the cluster nodes instead of pushing to a...
Fixes: #6732 #9197 **Related**: #8172 (inspired by by a prior [ebekebe fork](https://github.com/ebekebe/skaffold/commit/1c1fdeb18f4d2847e65e283fba498a14745039af), with a more general approach) **Description** `docker buildx` is an enhanced builder using BuildKit that can replace traditional...
**Related**: #5855 #5216 **Description** The method `ReplaceRemoteManifestImages` is no longer used anywhere except the test case modified in this PR. This is a hint that all manifests, even those from...
It would be nice if there would be an option to disable the cleanup actions that delete everything that was created. ## Context So I have a dev kubernetes cluster...
While it is documented that cleanup is enabled by default, I did not expect resources that existed in my cluster before running skaffold to be removed. Perhaps it should be...