GoogleContainerTools / GoogleContainerTools/skaffold
Custom script as a deployer
Open
area/deploy
kind/feature-request
priority/p2
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
### 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 enable other Kubernetes deployment tools to be leveraged within a Skaffold workflow, such as [Kapp](https://get-kapp.io) or [Spinnaker pipeline triggers](https://www.spinnaker.io/guides/user/pipeline/triggers/)
### Actual behavior
Currently, it is only possible to use `kubectl`, `helm` or `kustomize` as a deployer implementation
Contributor guide
Assessment
This issue has not been assessed yet.