GoogleContainerTools / GoogleContainerTools/skaffold
Ability to block until deploy and port-forward are finished
Open
area/portforward
area/testing
kind/feature-request
priority/awaiting-more-evidence
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
### Expected behavior
For usage in CI pipelines (specifically integration testing) it would be nice if there was an easy way to do `skaffold run --port-forward` and _not_ have it hang indefinitely. Instead it would simply block until all port forwards have been completed.
Currently I run `skaffold run` then manually create the port forwards, but now I've got these port forward definitions duplicated.
Is this a feature anyone else is interested in? Is there some easier or already existing way to accomplish this?
Contributor guide
Assessment
This issue has not been assessed yet.