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

### Use Case We're developing a service that creates Kubernetes Job's. Both the service and the job are under very active development. Both the image for the service and the...

kind/feature-request
area/tag
priority/p1
kind/todo
fixit

Note: this is not a bug but an improvement afaict as it is not documented as supported. My use case is: I have multiple git repositories, multiple support branches for...

kind/feature-request
priority/p3
area/config
area/schemas

### Expected behavior `skaffold render` should produce the same output as `skaffold up` for secrets that are used with `useHelmSecrets: true` ### Actual behavior `skaffold render` does not decrypt the...

kind/bug
deploy/helm
priority/p2
area/render

### Expected behavior Skaffold resyncs files after a breaking change causes a pod to redeploy ### Actual behavior Skaffold doesn't do anything - it will continue to sync files to...

kind/bug
help wanted
priority/p3
area/sync
kind/friction

Syncing in Skaffold to the container works well. However, applications sometimes change files on the filesystem themselves. If this happens inside the container, it is hard to get that change...

kind/feature-request
area/sync
priority/p1

Related to #7346 and #7641, this bug tracks adding documentation around the `clearCache` option for buildpacks

kind/documentation
priority/p2
area/docs
build/buildpacks

### Expected behavior Ability to provide a custom script as a deployer, using the same pattern [that allows a custom build script to be used as a builder](https://skaffold.dev/docs/how-tos/builders/#custom-build-script-run-locally). This will...

kind/feature-request
area/deploy
priority/p2

### Expected behavior Kustomize plugin runs accordingly from the git repo cloned ### Actual behavior ``` $ KUSTOMIZE_PLUGIN_HOME="?????" NAMESPACE=myapp-dev ECR_PATH=develop DEPLOYMENT_COLOR=blue COMPONENT_NAME="my-app" COMPONENT_BUILD=develop skaffold deploy --profile dev -f skaffold.yaml Tags...

kind/question
priority/p2

Github Actions full log: https://github.com/GoogleContainerTools/skaffold/runs/7292465659?check_suite_focus=true Relevant snippet: ``` panic: Log in goroutine after TestDevSync/inferred_sync_with_notify_trigger has completed: Ran [skaffold dev --namespace skaffold2cfw5 -f skaffold-infer.yaml --default-repo gcr.io/k8s-skaffold --trigger notify] in 5.799 seconds...

meta/test-flake

### Expected behavior For statefulsets with the `updateStrategy` set to `OnDelete` the status check should be skipped. ### Actual behavior Skaffold attempts to perform a status check via the `rollout...

priority/p1
area/status-check
kind/enhancement