skaffold
skaffold copied to clipboard
Easy and Repeatable Kubernetes Development
### 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...
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...
### 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...
### 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...
Two-way sync
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...
Related to #7346 and #7641, this bug tracks adding documentation around the `clearCache` option for 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...
### 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...
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...
### 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...